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

In This Topic
MultiDocumentItemEventHandler Delegate
In This Topic
Represents a method that can handle item-related C1MultiDocument events such as C1MultiDocument.ItemGenerated.
Syntax
'Declaration
 
Public Delegate Sub MultiDocumentItemEventHandler( _
   ByVal sender As C1MultiDocument, _
   ByVal e As MultiDocumentItemEventArgs _
) 
 

Parameters

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