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.SelectEvent(TcxSchedulerControlEvent,TShiftState) Method

Emulates the AEvent user event being selected by an end-user.

#Declaration

Delphi
procedure SelectEvent(AEvent: TcxSchedulerControlEvent; AShift: TShiftState = []);

#Parameters

Name Type
AEvent TcxSchedulerControlEvent
AShift TShiftState

#Remarks

Use the SelectEvent method to select the user event by emulating the keyboard key or mouse button shifting of an end-user. The AShift parameter specifies the shift state for the desired keyboard key or mouse button.

See Also