Skip to main content
All docs
V25.1
  • SchedulerAppointmentFormClosingEventArgs(SchedulerAppointmentFormType, SchedulerAppointmentFormInfo, DxSchedulerAppointmentItem) Constructor

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

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.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