Skip to main content

DateNavigatorQueryActiveViewTypeEventArgs(SchedulerViewType, SchedulerViewType, DayIntervalCollection) Constructor

Initializes a new instance of the DateNavigatorQueryActiveViewTypeEventArgs class with the specified settings.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public DateNavigatorQueryActiveViewTypeEventArgs(
    SchedulerViewType oldViewType,
    SchedulerViewType newViewType,
    DayIntervalCollection selectedDays
)

Parameters

Name Type Description
oldViewType SchedulerViewType

A SchedulerViewType enumerator member that specifies the previous view of the scheduler. This value is assigned to the DateNavigatorQueryActiveViewTypeEventArgs.OldViewType property.

newViewType SchedulerViewType

A SchedulerViewType enumerator member that specifies the new view of the scheduler. This value is assigned to the DateNavigatorQueryActiveViewTypeEventArgs.NewViewType property.

selectedDays DayIntervalCollection

A DayIntervalCollection object specifying the dates selected in the DateNavigator control.

See Also