Skip to main content

AppointmentFormBaseEventArgs Class

Serves as a base class for the objects, providing data for events occurring before displaying the appointment form.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public abstract class AppointmentFormBaseEventArgs :
    SchedulerFormEventArgs

Remarks

This class defines the appointment, template container and action type information to handle the event. The ASPxScheduler.AppointmentFormShowing and ASPxScheduler.AppointmentInplaceEditorShowing events use the descendants of the AppointmentFormBaseEventArgs class to obtain data.

See Also