Skip to main content

SchedulerControl.AppointmentUpdated Event

Occurs after the user has modified an appointment.

Namespace: DevExpress.WinUI.Scheduler

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

NuGet Package: DevExpress.WinUI

Declaration

public event EventHandler<AppointmentUpdatedEventArgs> AppointmentUpdated

Event Data

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

Property
Appointments
EventSource
See Also