FlexReport for UWP | ComponentOne
C1.UWP.FlexViewer Assembly / C1.Xaml.FlexViewer Namespace / C1FlexViewerPane Class / OnLongOperation Method
A C1.Xaml.Document.LongOperationEventArgs that contains the event data.

In This Topic
    OnLongOperation Method (C1FlexViewerPane)
    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.Xaml.Document.LongOperationEventArgs that contains the event data.
    See Also