.NET Framework Class Library
DocumentViewer.DocumentLoaded Event
|
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.WinForms Namespace > DocumentViewer Class > DocumentViewer Events > DocumentViewer.DocumentLoaded Event |
Occurs when the document loading in the viewer.
Namespace: Gnostice.Controls.WinForms
Assembly: Gnostice.Controls.WinForms (in Gnostice.Controls.WinForms.dll)
Visual Basic |
Public Event DocumentLoaded As EventHandler(Of DocumentLoadedEventArgs) |
C# |
public event EventHandler<DocumentLoadedEventArgs> DocumentLoaded |
Visual C++ |
public: |