ComponentOne Document Library for UWP
LongOperationEventHandler Delegate

C1.UWP.Document Assembly > C1.Xaml.Document Namespace : LongOperationEventHandler Delegate
The source of the event.
A LongOperationEventArgs that contains event data.
Represents a method that can handle a long operation event.
Syntax
'Declaration
 
Public Delegate Sub LongOperationEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As LongOperationEventArgs _
) 
public delegate void LongOperationEventHandler( 
   System.object sender,
   LongOperationEventArgs e
)

Parameters

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

Reference

LongOperationEventHandler Members
C1.Xaml.Document Namespace