DxScheduler.AppointmentCreated Event
Fires after an appointment is created.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
[Parameter]
public EventCallback<DxSchedulerAppointmentItem> AppointmentCreated { get; set; }
Parameters
Type | Description |
---|---|
DxSchedulerAppointmentItem | An object that stores the appointment. |
See Also