Represents a method that can handle a long operation event.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public delegate void LongOperationEventHandler(
	Object sender,
	LongOperationEventArgs e
)
Visual Basic
Public Delegate Sub LongOperationEventHandler ( _
	sender As Object, _
	e As LongOperationEventArgs _
)

Parameters

sender
Type: System..::..Object
The source of the event.
e
Type: C1.C1Preview..::..LongOperationEventArgs
A LongOperationEventArgs that contains event data.

See Also