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

SchedulerControl.AppointmentUpdated Event

Occurs after the user has modified an appointment.

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v22.1.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