A newer version of this page is available.
Switch to the current version.
ActiveViewChangingEventHandler Delegate
A method that will handle the ASPxScheduler.ActiveViewChanging event.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll
Declaration
public delegate void ActiveViewChangingEventHandler(
object sender,
ActiveViewChangingEventArgs e
);
Public Delegate Sub ActiveViewChangingEventHandler(
sender As Object,
e As ActiveViewChangingEventArgs
)
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The ASPxScheduler control which fires the event. |
e | ActiveViewChangingEventArgs | An ActiveViewChangingEventArgs object that contains event data |
See Also
Feedback