Skip to main content

SchedulerControl.SelectionChanged Event

Occurs after the selection has been changed.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public event EventHandler SelectionChanged

#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 SchedulerControl.SelectedAppointments.CollectionChanged event instead.

See Also