Class EventType
Specifies the EventTypes.
Inheritance
System.Object
EventType
Namespace: Syncfusion.UI.Xaml.Diagram.Controls
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class EventType : Enum
Fields
End
Specifies that an Event is a End Event according to BPMN.
Declaration
public const EventType End
Field Value
Type |
---|
EventType |
Intermediate
Specifies that an Event is a Intermediate Event according to BPMN.
Declaration
public const EventType Intermediate
Field Value
Type |
---|
EventType |
NonInterruptingIntermediate
Specifies that an Event is a NonInterruptingIntermediate Event according to BPMN.
Declaration
public const EventType NonInterruptingIntermediate
Field Value
Type |
---|
EventType |
NonInterruptingStart
Specifies that an Event is a NonInterruptingStart Event according to BPMN.
Declaration
public const EventType NonInterruptingStart
Field Value
Type |
---|
EventType |
Start
Specifies that an Event is a Start Event according to BPMN.
Declaration
public const EventType Start
Field Value
Type |
---|
EventType |
ThrowingIntermediate
Specifies that an Event is a ThrowingIntermediate Event according to BPMN.
Declaration
public const EventType ThrowingIntermediate
Field Value
Type |
---|
EventType |