WinUI | ComponentOne
C1.WinUI.Viewer Assembly / C1.WinUI.Viewer Namespace / FlexViewerPane Class / OnLongOperation Method
A C1.Document.LongOperationEventArgs that contains the event data.
In This Topic
    OnLongOperation Method
    In This Topic
    Raises the LongOperation event on the preview pane.
    Syntax
    protected virtual void OnLongOperation( 
       C1.Document.LongOperationEventArgs e
    )

    Parameters

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