Skip to main content

SchedulerAppointmentFormEventArgs(SchedulerAppointmentFormType, SchedulerAppointmentFormInfo, DxSchedulerAppointmentItem, String) Constructor

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

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

Parameters

Name Type Description
formType SchedulerAppointmentFormType

The appointment form type.

formInfo SchedulerAppointmentFormInfo

The appointment form information.

appointment DxSchedulerAppointmentItem

The target appointment.

title String

The title.

See Also