ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotPrintDocument Class / OnBeginPrint Method
System.Drawing.Printing.PrintEventArgs that contains the event data.

In This Topic
    OnBeginPrint Method (C1FlexPivotPrintDocument)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Sub OnBeginPrint( _
       ByVal e As PrintEventArgs _
    ) 
    protected override void OnBeginPrint( 
       PrintEventArgs e
    )

    Parameters

    e
    System.Drawing.Printing.PrintEventArgs that contains the event data.
    See Also