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
Public Event RollbackChanges As EventHandler

Event Data

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

Implements

See Also