Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomScheduler.OnEventSelectionChanged Event

In This Article

Fires when the user event has been selected or unselected.

#Declaration

Delphi
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