Skip to main content

TcxCustomScheduler.SelectEvent(TcxSchedulerControlEvent,TShiftState) Method

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

Declaration

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