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

ASPxScheduler.AppointmentInplaceEditorShowing Event

Occurs before an inplace appointment editor is invoked.

Namespace: DevExpress.Web.ASPxScheduler

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

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 AppointmentFormBaseEventArgs.
Appointment Gets an appointment related to the event. Inherited from AppointmentFormBaseEventArgs.
Cancel Gets or sets a value indicating whether the event should be canceled. Inherited from SchedulerFormEventArgs.
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.
FormTemplateUrl Gets or sets the Uniform Resource Locator (URL) of the form template. Inherited from SchedulerFormEventArgs.

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).

See Also