TcxCustomScheduler.OnEventSelectionChanged Event
Fires when the user event has been selected or unselected.
Declaration
property OnEventSelectionChanged: TcxSchedulerEventSelectionChangedEvent read; write;
Remarks
Implement the OnEventSelectionChanged event handler to customize behavior that occurs when the user event has been selected or unselected.
The Sender parameter specifies the scheduler control.
The AEvent parameter specifies the currently selected user event.
Note
the AEvent parameter returns nil if the currently selected user event has been cleared and no other user event has been selected. For example, when the time block is being selected.
See Also