Class UndoTransaction
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
Supports ChangeGroup transactions and undo behavior.
public class UndoTransaction : ChangeGroup, IDisposable, ITransactionItem, IUndoAction
- Inheritance
-
UndoTransaction
- Implements
Properties
- AffectedElements
The list of elements affected by the action.
Methods
- Abort()
Aborts the change group.
- Commit()
Commits the change group.
- Dispose()
Is called when the change group is disposed. Should Abort the change group if it is not already committed.