Skip to main content

SchedulerControl.AppointmentAdded Event

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

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public event EventHandler<AppointmentAddedEventArgs> AppointmentAdded

Event Data

The AppointmentAdded event's data class is DevExpress.UI.Xaml.Scheduler.AppointmentAddedEventArgs.

See Also