Skip to main content
A newer version of this page is available.
All docs
V20.2

SchedulerAppointmentFormEventArgs(SchedulerAppointmentFormType, SchedulerAppointmentFormInfo, DxSchedulerAppointmentItem) Constructor

Initializes a new instance of the SchedulerAppointmentFormEventArgs class with specified settings.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public SchedulerAppointmentFormEventArgs(
    SchedulerAppointmentFormType formType,
    SchedulerAppointmentFormInfo formInfo,
    DxSchedulerAppointmentItem appointment
)

Parameters

Name Type Description
formType SchedulerAppointmentFormType

Specifies the appointment form’s type.

formInfo SchedulerAppointmentFormInfo

Specifies the appointment form’s information.

appointment DxSchedulerAppointmentItem

Specifies the appointment for which the edit form is shown.

See Also