SchedulerControl.SelectionChanged Event
In This Article
Occurs after the selection has been changed.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Event Data
The SelectionChanged event's handler receives an argument of the EventArgs type.
#Remarks
The SelectionChanged event serves as notification that the current selection (time cells associated with the particular resource and time interval) has been changed.
NOTE
To be notified when an end-user selects an appointment, subscribe to the Scheduler
See Also