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