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.v24.2.dll
Declaration
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
See Also