Gets the value indicating whether the event handler can cancel the current long operation by setting the Cancel property to true.

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

Syntax

C#
public bool CanCancel { get; }
Visual Basic
Public ReadOnly Property CanCancel As Boolean
	Get

See Also