Skip to main content

ActiveViewChangingEventArgs(SchedulerViewBase, SchedulerViewBase) Constructor

In This Article

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

Namespace: DevExpress.Xpf.Scheduler

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

#Declaration

public ActiveViewChangingEventArgs(
    SchedulerViewBase oldView,
    SchedulerViewBase newView
)

#Parameters

Name Type Description
oldView SchedulerViewBase

An object of the SchedulerViewBase class descendant. This object is the previous active View of the SchedulerControl. This value is assigned to the ActiveViewChangingEventArgs.OldView property.

newView SchedulerViewBase

An object of the SchedulerViewBase class descendant. This object is the new active View of the SchedulerControl. This value is assigned to the ActiveViewChangingEventArgs.NewView property.

See Also