ASPxSchedulerTimeCellPreparedEventHandler Delegate
In This Article
A method that will handle the ASPxScheduler.HtmlTimeCellPrepared event.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public delegate void ASPxSchedulerTimeCellPreparedEventHandler(
object handler,
ASPxSchedulerTimeCellPreparedEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
handler | Object | The handler object that will receive the response to invoking the operation. |
e | ASPx |
A ASPx |
See Also