Back to Devexpress

AppointmentInplaceEditorEventArgs Class

aspnet-devexpress-dot-web-dot-aspxscheduler-c689e093.md

latest2.1 KB
Original Source

AppointmentInplaceEditorEventArgs Class

Provides data for the ASPxScheduler.AppointmentInplaceEditorShowing event.

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public class AppointmentInplaceEditorEventArgs :
    AppointmentFormBaseEventArgs
vb
Public Class AppointmentInplaceEditorEventArgs
    Inherits AppointmentFormBaseEventArgs

AppointmentInplaceEditorEventArgs is the data class for the following events:

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

Object EventArgs SchedulerFormEventArgs AppointmentFormBaseEventArgs AppointmentInplaceEditorEventArgs

See Also

AppointmentInplaceEditorEventArgs Members

DevExpress.Web.ASPxScheduler Namespace