Skip to main content

SchedulerControl.ActiveViewChanged Event

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public event EventHandler<ActiveViewChangedEventArgs> ActiveViewChanged

Event Data

The ActiveViewChanged event's data class is DevExpress.UI.Xaml.Scheduler.ActiveViewChangedEventArgs.

See Also