C1.WPF.FlexViewer.4.6.2 Assembly / C1.WPF.FlexViewer Namespace / C1FlexViewerPane Class / OnLongOperation Method
A C1.WPF.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 _
) 
 

Parameters

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