SchedulerControl.ActiveViewChanged Event
In This Article
Occurs after the active view of the scheduler control has been changed.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Event Data
The ActiveViewChanged event's handler receives an argument of the EventArgs type.
#Remarks
Handle the ActiveViewChanged event to perform specific actions every time the scheduler's active view is changed. Note that the current active view of the scheduler can be accessed via its SchedulerControl.ActiveView property.
See Also