Skip to main content

AppointmentViewInfoCustomizingEventHandler Delegate

A method that will handle the ASPxScheduler.AppointmentViewInfoCustomizing event.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public delegate void AppointmentViewInfoCustomizingEventHandler(
    object sender,
    AppointmentViewInfoCustomizingEventArgs e
);

Parameters

Name Type Description
sender Object

The ASPxScheduler control which fires the event.

e AppointmentViewInfoCustomizingEventArgs

A AppointmentViewInfoCustomizingEventArgs object that contains event data

See Also