Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / PreviewPrintEventHandler Delegate
The source of the event (usually an instance of the C1PreviewPane class).
A PreviewPrintEventArgs that contains the event data.

In This Topic
    PreviewPrintEventHandler Delegate
    In This Topic
    Represents a method that handles the PreviewPrint event.
    Syntax
    'Declaration
     
    Public Delegate Sub PreviewPrintEventHandler( _
       ByVal sender As Object, _
       ByVal e As PreviewPrintEventArgs _
    ) 
    public delegate void PreviewPrintEventHandler( 
       object sender,
       PreviewPrintEventArgs e
    )

    Parameters

    sender
    The source of the event (usually an instance of the C1PreviewPane class).
    e
    A PreviewPrintEventArgs that contains the event data.
    See Also