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

SchedulerAppointmentFormClosingEventArgs(SchedulerAppointmentFormType) Constructor

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public SchedulerAppointmentFormClosingEventArgs(
    SchedulerAppointmentFormType formType
)

Parameters

Name Type Description
formType SchedulerAppointmentFormType

Specifies the appointment form’s type.

See Also