aspnet-devexpress-dot-web-dot-aspxscheduler-69d31864.md
Provides data for the ASPxScheduler.AppointmentFormShowing event.
Namespace : DevExpress.Web.ASPxScheduler
Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll
NuGet Package : DevExpress.Web.Scheduler
public class AppointmentFormEventArgs :
AppointmentFormBaseEventArgs
Public Class AppointmentFormEventArgs
Inherits AppointmentFormBaseEventArgs
AppointmentFormEventArgs is the data class for the following events:
The ASPxScheduler.AppointmentFormShowing event occurs before the appointment editing window is invoked. The AppointmentFormEventArgs class introduces the AppointmentFormEventArgs.Container property that specifies a template container used to render the appointment editing form.
Object EventArgs SchedulerFormEventArgs AppointmentFormBaseEventArgs AppointmentFormEventArgs
See Also