.NET Framework Class Library
DocumentLoadedEventHandler Delegate
|
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.WPF Namespace > DocumentLoadedEventHandler Delegate |
Represents handler for DocumentLoaded event.
Namespace: Gnostice.Controls.WPF
Assembly: Gnostice.Controls.WPF (in Gnostice.Controls.WPF.dll)
Visual Basic |
Public Delegate Sub DocumentLoadedEventHandler ( _ |
C# |
public delegate void DocumentLoadedEventHandler( |
Visual C++ |
public delegate void DocumentLoadedEventHandler( |
sender
Type: System.Object
e
Type: Gnostice.Controls.WPF.DocumentLoadedEventArgs