Skip to main content
A newer version of this page is available. .

ActiveViewChangingEventArgs(SchedulerViewBase, SchedulerViewBase) Constructor

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

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.2.dll

Declaration

public ActiveViewChangingEventArgs(
    SchedulerViewBase oldView,
    SchedulerViewBase newView
)

Parameters

Name Type Description
oldView SchedulerViewBase

A SchedulerViewBase object which is the view used by a scheduler before a change occurs.

newView SchedulerViewBase

A SchedulerViewBase object which is the view to which the scheduler is switching.

See Also