'Declaration Public Event ItemAdding As MultiDocumentItemEventHandler
public event MultiDocumentItemEventHandler ItemAdding
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