Click or drag to resize
AsyncControlCancelAction Property
Action performed if Cancel button is pressed. If not specified then Cancel stops the worker.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public Action CancelAction { get; set; }

Property Value

Type: Action
See Also