TcxEventType Enum
Enumerates the available state values for the TcxSchedulerEvent.EventType property.
Declaration
TcxEventType = (
etNone,
etPattern,
etOccurrence,
etException,
etCustom
);
Members
| Name |
|---|
etNone
|
etPattern
|
etOccurrence
|
etException
|
etCustom
|
Remarks
Options include:
| Value | Description |
|---|---|
| etNone | The user event is not recurring. |
| etPattern | The user event is a parent of the recurrence chain. |
| etOccurrence | The occurrence is spawned from the parent. |
| etException | No reoccurrence at the specified time in the chain of reoccurrences for the recurring user event. |
| etCustom | The occurrence’s details are changed. |
See Also