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.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
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