SchedulerAppointmentFormClosingEventArgs(SchedulerAppointmentFormType, SchedulerAppointmentFormInfo, DxSchedulerAppointmentItem) Constructor
In This Article
Initializes a new instance of the SchedulerAppointmentFormClosingEventArgs class with specified settings.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public SchedulerAppointmentFormClosingEventArgs(
SchedulerAppointmentFormType formType,
SchedulerAppointmentFormInfo formInfo,
DxSchedulerAppointmentItem appointment
)
#Parameters
Name | Type | Description |
---|---|---|
form |
Scheduler |
Specifies the appointment form type. |
form |
Scheduler |
The appointment form information. |
appointment | Dx |
The target appointment. |
See Also