Skip to main content

SchedulerAppointmentOperationEventArgs(DxSchedulerAppointmentItem) Constructor

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public SchedulerAppointmentOperationEventArgs(
    DxSchedulerAppointmentItem appointment
)

Parameters

Name Type Description
appointment DxSchedulerAppointmentItem

A DxSchedulerAppointmentItem object that stores a modified appointment.

See Also