Skip to main content

SchedulerControl.AppointmentRemoved Event

Occurs after the user has removed an appointment.

Namespace: DevExpress.UI.Xaml.Scheduler

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public event EventHandler<AppointmentRemovedEventArgs> AppointmentRemoved

Event Data

The AppointmentRemoved event's data class is DevExpress.UI.Xaml.Scheduler.AppointmentRemovedEventArgs.

See Also