Class EventState
Specifies the events current state.
Inheritance
System.Object
EventState
Namespace: Syncfusion.Blazor.Diagrams
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class EventState : Enum
Fields
Cancelled
Sets the event state as canceled
Declaration
public const EventState Cancelled
Field Value
Type | Description |
---|---|
EventState |
Changed
Sets the event state as Changed
Declaration
public const EventState Changed
Field Value
Type | Description |
---|---|
EventState |
Changing
Sets the event state as Changing
Declaration
public const EventState Changing
Field Value
Type | Description |
---|---|
EventState |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |