Click or drag to resize
AdvancedHandlerTHandler, TArgsSupportsCancel 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: 10.0.0
Syntax
C#
protected internal override sealed bool SupportsCancel { get; set; }

Property Value

Type: Boolean
See Also