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