ASPxSchedulerCustomErrorTextEventHandler Delegate
A method that will handle the ASPxScheduler.CustomErrorText event.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
Declaration
public delegate void ASPxSchedulerCustomErrorTextEventHandler(
object handler,
ASPxSchedulerCustomErrorTextEventArgs e
);
Parameters
Name | Type | Description |
---|---|---|
handler | Object | The handler object that will receive the response to invoking the operation. |
e | ASPxSchedulerCustomErrorTextEventArgs | A ASPxSchedulerCustomErrorTextEventArgs object that contains event data. |
See Also