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