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

AppointmentInplaceEditorEventArgs Class

Provides data for the ASPxScheduler.AppointmentInplaceEditorShowing event.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public class AppointmentInplaceEditorEventArgs :
    AppointmentFormBaseEventArgs

Remarks

The ASPxScheduler.AppointmentInplaceEditorShowing event is raised when an appointment is being edited using the in-place editor form.

The AppointmentInplaceEditorEventArgs class provides access to the edited appointment, type of action (creation or editing), template used to render the in-place editing from. You can cancel editing by setting the Cancel property to true.

Inheritance

See Also