Skip to main content
A newer version of this page is available. .

AppointmentInplaceEditorEventArgs(AppointmentInplaceEditorTemplateContainer, Appointment, SchedulerFormAction) Constructor

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

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public AppointmentInplaceEditorEventArgs(
    AppointmentInplaceEditorTemplateContainer container,
    Appointment appointment,
    SchedulerFormAction action
)

Parameters

Name Type Description
container AppointmentInplaceEditorTemplateContainer

An AppointmentInplaceEditorTemplateContainer, 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 on the appointment.

See Also