Skip to main content
All docs
V23.2

SchedulerAppointmentFormClosingEventArgs(SchedulerAppointmentFormType, SchedulerAppointmentFormInfo, DxSchedulerAppointmentItem) Constructor

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

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

Parameters

Name Type Description
formType SchedulerAppointmentFormType

Specifies the appointment form type.

formInfo SchedulerAppointmentFormInfo

The appointment form information.

appointment DxSchedulerAppointmentItem

The target appointment.

See Also