Class EventHandlerPriorityAttribute
A custom attribute to allow a target methods( event handler ) execute event handlers event if DocumentEventSink is stopped.
Inheritance
System.Object
EventHandlerPriorityAttribute
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class EventHandlerPriorityAttribute : Attribute
Constructors
EventHandlerPriorityAttribute(Boolean)
Initializes a new instance of the EventHandlerPriorityAttribute class.
Declaration
public EventHandlerPriorityAttribute(bool bExecuteAnyway)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | bExecuteAnyway | if set to |
Properties
ExecuteRegardlessOfServiceState
Gets or sets a value indicating whether [execute regardless of service state].
Declaration
public bool ExecuteRegardlessOfServiceState { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
|