Back to Devexpress

SchedulerControl.ActiveViewChanged Event

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercontrol-f9548bfe.md

latest1.6 KB
Original Source

SchedulerControl.ActiveViewChanged Event

Fires each time the ActiveView property value changes.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public event ValueChangedEventHandler<ViewBase> ActiveViewChanged
vb
Public Event ActiveViewChanged As ValueChangedEventHandler(Of ViewBase)

Event Data

The ActiveViewChanged event's data class is ValueChangedEventArgs<ViewBase>. The following properties provide information specific to this event:

PropertyDescription
NewValueGets an object that represents the new value of a specific property.
OldValueGets an object that represents the old value of a specific property.

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace