PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1MultiDocument Class / ItemRemoving Event

In This Topic
    ItemRemoving Event (C1MultiDocument)
    In This Topic
    Occurs when a C1MultiDocumentItem is about to be removed from the current multi-document's C1MultiDocument.Items collection.
    Syntax
    'Declaration
     
    Public Event ItemRemoving As MultiDocumentItemEventHandler
    public event MultiDocumentItemEventHandler ItemRemoving
    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