Skip to main content

ActiveViewChangingEventHandler Delegate

In This Article

A method that will handle the ASPxScheduler.ActiveViewChanging event.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v25.1.dll

#Declaration

public delegate void ActiveViewChangingEventHandler(
    object sender,
    ActiveViewChangingEventArgs e
);

#Parameters

Name Type Description
sender Object

The ASPxScheduler control which fires the event.

e ActiveViewChangingEventArgs

An ActiveViewChangingEventArgs object that contains event data

See Also