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

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

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.dll

    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