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

ActiveViewChangingEventArgs Class

Provides data for the ASPxScheduler.ActiveViewChanging event.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public class ActiveViewChangingEventArgs :
    EventArgs

Remarks

The ASPxScheduler.ActiveViewChanging event occurs when the ASPxScheduler control is about to change its current $View. Handling this event enables you to cancel this operation.

Inheritance

Object
EventArgs
ActiveViewChangingEventArgs
See Also