C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / MultiDocumentItemLoadedEventHandler Delegate
The source of the event.
A MultiDocumentItemLoadedEventArgs that contains the event data.

In This Topic
MultiDocumentItemLoadedEventHandler Delegate
In This Topic
Represents a method that can handle ItemLoaded event of C1MultiDocument.
Syntax
'Declaration
 
Public Delegate Sub MultiDocumentItemLoadedEventHandler( _
   ByVal sender As C1MultiDocument, _
   ByVal e As MultiDocumentItemLoadedEventArgs _
) 
 

Parameters

sender
The source of the event.
e
A MultiDocumentItemLoadedEventArgs that contains the event data.
See Also