SchedulerControl.ActiveViewChanged Event
In This Article
Fires each time the ActiveView property value changes.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
public event ValueChangedEventHandler<ViewBase> ActiveViewChanged
#Event Data
The ActiveViewChanged event's data class is ValueChangedEventArgs<ViewBase>. The following properties provide information specific to this event:
Property | Description |
---|---|
New |
Gets an object that represents the new value of a specific property. |
Old |
Gets an object that represents the old value of a specific property. |
See Also