AbstractAdvancedHandlerSupportsCancel Property |
If true, the handler supports cancelling of the event. If set and handler is already cancelled, throws an exception.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax protected internal abstract bool SupportsCancel { get; set; }
Property Value
Type:
BooleanSee Also