Skip to main content
A newer version of this page is available. .

AppointmentFormEventArgs Class

Provides data for the ASPxScheduler.AppointmentFormShowing event.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public class AppointmentFormEventArgs :
    AppointmentFormBaseEventArgs

Remarks

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.

See Also