Back to Devexpress

AppointmentFormBaseEventArgs Class

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

latest1.9 KB
Original Source

AppointmentFormBaseEventArgs Class

Serves as a base class for the objects, providing data for events occurring before displaying the appointment form.

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public abstract class AppointmentFormBaseEventArgs :
    SchedulerFormEventArgs
vb
Public MustInherit Class AppointmentFormBaseEventArgs
    Inherits SchedulerFormEventArgs

Remarks

This class defines the appointment, template container and action type information to handle the event. The ASPxScheduler.AppointmentFormShowing and ASPxScheduler.AppointmentInplaceEditorShowing events use the descendants of the AppointmentFormBaseEventArgs class to obtain data.

Inheritance

Object EventArgs SchedulerFormEventArgs AppointmentFormBaseEventArgs AppointmentFormEventArgs

AppointmentInplaceEditorEventArgs

See Also

AppointmentFormBaseEventArgs Members

DevExpress.Web.ASPxScheduler Namespace