C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / LongOperationEventHandler Delegate
The source of the event.
A LongOperationEventArgs that contains event data.

In This Topic
LongOperationEventHandler Delegate
In This Topic
Represents a method that can handle a long operation event.
Syntax
'Declaration
 
Public Delegate Sub LongOperationEventHandler( _
   ByVal sender As Object, _
   ByVal e As LongOperationEventArgs _
) 
 

Parameters

sender
The source of the event.
e
A LongOperationEventArgs that contains event data.
See Also