Back to Devexpress

ASPxSchedulerCustomErrorTextEventHandler Delegate

aspnet-devexpress-dot-web-dot-aspxscheduler-f430075d.md

latest1.6 KB
Original Source

ASPxSchedulerCustomErrorTextEventHandler Delegate

A method that will handle the ASPxScheduler.CustomErrorText event.

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public delegate void ASPxSchedulerCustomErrorTextEventHandler(
    object handler,
    ASPxSchedulerCustomErrorTextEventArgs e
);
vb
Public Delegate Sub ASPxSchedulerCustomErrorTextEventHandler(
    handler As Object,
    e As ASPxSchedulerCustomErrorTextEventArgs
)

Parameters

NameTypeDescription
handlerObject

The handler object that will receive the response to invoking the operation.

| | e | ASPxSchedulerCustomErrorTextEventArgs |

A ASPxSchedulerCustomErrorTextEventArgs object that contains event data.

|

See Also

Introduction to Delegates

DevExpress.Web.ASPxScheduler Namespace