ActiveViewChangingEventHandler Delegate
In This Article
A method that will handle the ASPxScheduler.ActiveViewChanging event.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public delegate void ActiveViewChangingEventHandler(
object sender,
ActiveViewChangingEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | The ASPx |
e | Active |
An Active |
See Also