Back to Devexpress

ASPxSchedulerTimeCellPreparedEventHandler Delegate

aspnet-devexpress-dot-web-dot-aspxscheduler-5f0e31ee.md

latest1.6 KB
Original Source

ASPxSchedulerTimeCellPreparedEventHandler Delegate

A method that will handle the ASPxScheduler.HtmlTimeCellPrepared event.

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

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

Parameters

NameTypeDescription
handlerObject

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

| | e | ASPxSchedulerTimeCellPreparedEventArgs |

A ASPxSchedulerTimeCellPreparedEventArgs object that contains event data.

|

See Also

Introduction to Delegates

DevExpress.Web.ASPxScheduler Namespace