TcxCustomScheduler.OnSelectionChanged Event
In This Article
Fires after an end-user has selected the time block(s).
#Declaration
Delphi
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