Creates a new instance of LongOperationEventArgs with the specified CanCancel value and Complete=0.

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

Syntax

C#
public LongOperationEventArgs(
	bool canCancel
)
Visual Basic
Public Sub New ( _
	canCancel As Boolean _
)

Parameters

canCancel
Type: System..::..Boolean
Whether the operation can be cancelled.

See Also