Class AbstractAdvancedHandler
Base class for advanced handler classes
[Obsolete("All class members are deprecated and the class will be removed.")]
[ObsoleteSince(30, 2)]
public abstract class AbstractAdvancedHandler : AbstractHandler
- Inheritance
-
objectAbstractAdvancedHandler
- Derived
- Inherited Members
- Extension Methods
Properties
Continue
Specifies whether the context of execution should continue. If set to false, no additional events will be fired.
[Obsolete("Property is no longer used by the system and will be removed.")]
[ObsoleteSince(30, 2)]
protected abstract bool Continue { get; set; }
Property Value
- bool
SupportsCancel
If true, the handler supports cancelling of the event. If set and handler is already cancelled, throws an exception.
[Obsolete("Property is no longer used by the system and will be removed.")]
[ObsoleteSince(30, 2)]
protected abstract bool SupportsCancel { get; set; }
Property Value
- bool
Methods
Finish()
Finishes the event and raises the After event actions
[Obsolete("Method is no longer used by the system and will be removed.")]
[ObsoleteSince(30, 2)]
protected abstract void Finish()