C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1MultiDocument Class / ItemAdding Event

ItemAdding Event
Occurs when a C1MultiDocumentItem is about to be added to the current multi-document's Items collection.
Syntax
'Declaration
 
Public Event ItemAdding As MultiDocumentItemEventHandler
 
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.

PropertyDescription
Gets the C1MultiDocumentItem object associated with this event.  
See Also