Skip to main content

ISchedulerInplaceEditor.RollbackChanges Event

Occurs before changes are cancelled and the modified value is replaced with the former value (a value before modification).

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

event EventHandler RollbackChanges

Event Data

The RollbackChanges event's data class is EventArgs.

See Also