Skip to main content
A newer version of this page is available. .

SchedulerControl.AppointmentRemoved Event

Namespace: DevExpress.UI.Xaml.Scheduler

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

Declaration

public event EventHandler<AppointmentRemovedEventArgs> AppointmentRemoved

Event Data

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

See Also