'Declaration Public Delegate Sub LongOperationEventHandler( _ ByVal sender As Object, _ ByVal e As LongOperationEventArgs _ )
public delegate void LongOperationEventHandler( object sender, LongOperationEventArgs e )
Parameters
- sender
- The source of the event.
- e
- A LongOperationEventArgs that contains event data.