'Declaration Public Event ItemGenerated As MultiDocumentItemEventHandler
public event MultiDocumentItemEventHandler ItemGenerated
Event Data
The event handler receives an argument of type MultiDocumentItemEventArgs containing data related to this event. The following MultiDocumentItemEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Item | Gets the C1MultiDocumentItem object associated with this event. |
See Also