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.UI.Xaml.Scheduler

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public event EventHandler<AppointmentUpdatedEventArgs> AppointmentUpdated

Event Data

The AppointmentUpdated event's data class is DevExpress.UI.Xaml.Scheduler.AppointmentUpdatedEventArgs.

See Also