FlexReport for WPF | ComponentOne
C1.WPF.Viewer Assembly / C1.WPF.Viewer Namespace / FlexViewerPane Class / OnLongOperation Method
A C1.WPF.Document.LongOperationEventArgs that contains the event data.

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

    Parameters

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