Click or drag to resize
AbstractAdvancedHandlerSupportsCancel Property
If true, the handler supports cancelling of the event. If set and handler is already cancelled, throws an exception.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
protected internal abstract bool SupportsCancel { get; set; }

Property Value

Type: Boolean
See Also