PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / PageDeleted Event

In This Topic
    PageDeleted Event (C1PrintDocument)
    In This Topic
    Occurs when the page has been removed from the document's Pages collection. This event cannot fire during document generation.
    Syntax
    'Declaration
     
    Public Event PageDeleted As PageEventHandler
    public event PageEventHandler PageDeleted
    Event Data

    The event handler receives an argument of type PageEventArgs containing data related to this event. The following PageEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the C1Page associated with this event.  
    See Also