TcxCustomScheduler.OnSelectionChanged Event
Fires after an end-user has selected the time block(s).
Declaration
property OnSelectionChanged: TNotifyEvent read; write;
Remarks
Implement the OnSelectionChanged event handler to provide custom behavior after an end-user has selected the time block(s).
Sender specifies the scheduler control.
See Also