Skip to main content

AppointmentFormEventArgs(AppointmentFormTemplateContainer, Appointment, SchedulerFormAction) Constructor

Initializes a new instance of the AppointmentFormEventArgs class with the specified settings.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public AppointmentFormEventArgs(
    AppointmentFormTemplateContainer container,
    Appointment appointment,
    SchedulerFormAction action
)

Parameters

Name Type Description
container AppointmentFormTemplateContainer

An AppointmentFormTemplateContainer, representing a container for the specified template.

appointment Appointment

An Appointment value which represents the appointment, displayed in the form.

action SchedulerFormAction

A SchedulerFormAction enumeration member, specifying the action (Create, Edit) to be taken with the appointment.

See Also