Skip to main content

ActiveViewChangingEventArgs Class

Provides data for the SchedulerControl.ActiveViewChanging event.

Namespace: DevExpress.Xpf.Scheduler

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

#Declaration

public class ActiveViewChangingEventArgs :
    EventArgs

#Remarks

The SchedulerControl.ActiveViewChanging event occurs when the scheduler control is changing its active view. The ActiveViewChangingEventArgs class provides the ActiveViewChangingEventArgs.NewView and ActiveViewChangingEventArgs.OldView properties, specifying the new and old view types, and the ActiveViewChangingEventArgs.Cancel property, indicating whether changing of the currently active view should be canceled.

Note, that ActiveViewChangingEventArgs objects are automatically created, initialized and passed to the SchedulerControl.ActiveViewChanging event handlers.

#Inheritance

Object
EventArgs
ActiveViewChangingEventArgs
See Also