Skip to main content

AppointmentInplaceEditorBase.RollbackChanges Event

Occurs before changes are canceled and modified values are replaced with the former values (values before modification).

Namespace: DevExpress.Xpf.Scheduler.UI

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public event EventHandler RollbackChanges

#Event Data

The RollbackChanges event's handler receives an argument of the EventArgs type.

#Implements

See Also