aspnet-devexpress-dot-web-dot-aspxscheduler-c689e093.md
Provides data for the ASPxScheduler.AppointmentInplaceEditorShowing event.
Namespace : DevExpress.Web.ASPxScheduler
Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll
NuGet Package : DevExpress.Web.Scheduler
public class AppointmentInplaceEditorEventArgs :
AppointmentFormBaseEventArgs
Public Class AppointmentInplaceEditorEventArgs
Inherits AppointmentFormBaseEventArgs
AppointmentInplaceEditorEventArgs is the data class for the following events:
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.
Object EventArgs SchedulerFormEventArgs AppointmentFormBaseEventArgs AppointmentInplaceEditorEventArgs
See Also