Interface ICanCancel
Defines a mechanism for letting others know that you let others cancel your operation.
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public interface ICanCancel
Remarks
The CancelListener class relies on this interface.
Methods
CancelOperation()
To let you know that any current operation should be cancelled.
Declaration
void CancelOperation()