ComponentOne FlexReport for WinForms
LongOperation Event (C1FlexViewerDialog)

C1.Win.FlexViewer.4 Assembly > C1.Win.FlexViewer Namespace > C1FlexViewerDialog Class : LongOperation Event
Occurs periodically when a long operation is in progress.
Syntax
'Declaration
 
Public Event LongOperation As C1.Win.LongOperationEventHandler
public event C1.Win.LongOperationEventHandler LongOperation
Event Data

The event handler receives an argument of type C1.Win.LongOperationEventArgs containing data related to this event. The following LongOperationEventArgs properties provide information specific to this event.

PropertyDescription
 
 
 
See Also