Skip to main content

SchedulerControl.AppointmentRemoved Event

Occurs after the user has removed an appointment.

Namespace: DevExpress.WinUI.Scheduler

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

NuGet Package: DevExpress.WinUI

Declaration

public event EventHandler<AppointmentRemovedEventArgs> AppointmentRemoved

Event Data

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

Property
Appointments
See Also