AppointmentFormBaseEventArgs Class
In This Article
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
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public abstract class AppointmentFormBaseEventArgs :
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
See Also