Skip to main content

SchedulerControl.AppointmentAdded Event

Occurs after the user has added an appointment to the Scheduler.

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public event EventHandler<AppointmentAddedEventArgs> AppointmentAdded

Event Data

The AppointmentAdded event's data class is AppointmentAddedEventArgs. The following properties provide information specific to this event:

Property
Appointments
EventSource
See Also