ASPxScheduler.AppointmentInplaceEditorShowing Event
Occurs before an inplace appointment editor is invoked.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public event AppointmentInplaceEditorEventHandler AppointmentInplaceEditorShowing
#Event Data
The AppointmentInplaceEditorShowing event's data class is AppointmentInplaceEditorEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Action |
Gets the action to be accomplished via the appointment editing form.
Inherited from Appointment |
Appointment |
Gets an appointment related to the event.
Inherited from Appointment |
Cancel |
Gets or sets a value indicating whether the event should be canceled.
Inherited from Scheduler |
Container | Gets or sets the object that will function as a container for an instance of the template used to render the inplace editing form. |
Form |
Gets or sets the Uniform Resource Locator (URL) of the form template.
Inherited from Scheduler |
#Remarks
The AppointmentInplaceEditorShowing event is fired when a control hierarchy for a page is building up and the inplace editor is incorporated into that hierarchy. The event’s parameters contain the appointment for which an inplace editor is invoked, and the type of action (specified by the SchedulerFormAction enumeration member).