Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / PreviewPrintEventArgs Class / PreviewPrintEventArgs Constructor
The System.Windows.Forms.PrintDialog object related to the event.

In This Topic
    PreviewPrintEventArgs Constructor
    In This Topic
    Initializes a new instance of the PreviewPrintEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal printDialog As PrintDialog _
    )
    public PreviewPrintEventArgs( 
       PrintDialog printDialog
    )

    Parameters

    printDialog
    The System.Windows.Forms.PrintDialog object related to the event.
    See Also