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

ASPxScheduler.ActiveViewChanged Event

Occurs after the active view of the Scheduler has been changed.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public event EventHandler ActiveViewChanged

Event Data

The ActiveViewChanged event's data class is EventArgs.

Remarks

Handle the ActiveViewChanged event to perform any actions every time the scheduler’s active view is changed. Note that the current active view of the scheduler can be accessed via its ASPxScheduler.ActiveView property.

See Also