Back to Devexpress

AppointmentFormEventArgs Class

aspnet-devexpress-dot-web-dot-aspxscheduler-69d31864.md

latest2.0 KB
Original Source

AppointmentFormEventArgs Class

Provides data for the ASPxScheduler.AppointmentFormShowing event.

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public class AppointmentFormEventArgs :
    AppointmentFormBaseEventArgs
vb
Public Class AppointmentFormEventArgs
    Inherits AppointmentFormBaseEventArgs

AppointmentFormEventArgs is the data class for the following events:

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.

Inheritance

Object EventArgs SchedulerFormEventArgs AppointmentFormBaseEventArgs AppointmentFormEventArgs

See Also

AppointmentFormEventArgs Members

DevExpress.Web.ASPxScheduler Namespace