PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / OnLongOperation Method / OnLongOperation(LongOperationEventArgs) Method
A C1.Win.LongOperationEventArgs that contains the event data.

In This Topic
    OnLongOperation(LongOperationEventArgs) Method
    In This Topic
    Raises the LongOperation event on the preview pane.
    Syntax
    'Declaration
     
    Protected Overloads Overridable Sub OnLongOperation( _
       ByVal e As C1.Win.LongOperationEventArgs _
    ) 
    protected virtual void OnLongOperation( 
       C1.Win.LongOperationEventArgs e
    )

    Parameters

    e
    A C1.Win.LongOperationEventArgs that contains the event data.
    See Also