PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / PageConfigureEventHandler Delegate
The source of the event.
A PageConfigureEventArgs that contains the event data.

In This Topic
    PageConfigureEventHandler Delegate
    In This Topic
    Represents a method that can handle the PageConfigure event.
    Syntax
    'Declaration
     
    Public Delegate Sub PageConfigureEventHandler( _
       ByVal sender As C1PrintDocument, _
       ByVal e As PageConfigureEventArgs _
    ) 
    public delegate void PageConfigureEventHandler( 
       C1PrintDocument sender,
       PageConfigureEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    A PageConfigureEventArgs that contains the event data.
    See Also