Skip to main content
All docs
V18.2

SchedulerControl.BeforeAppointmentItemDelete Event

Namespace: DevExpress.UI.Xaml.Scheduler

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

Declaration

public event EventHandler<AppointmentItemCancelEventArgs> BeforeAppointmentItemDelete

Event Data

The BeforeAppointmentItemDelete event's data class is DevExpress.UI.Xaml.Scheduler.AppointmentItemCancelEventArgs.

See Also