UndoTransaction Class
Definition
Namespace: Alternet.FormDesigner.Wpf
Assembly: Alternet.FormDesigner.Wpf.v9.dll
Supports ChangeGroup transactions and undo behavior.
Syntax
public class UndoTransaction : ChangeGroup, IDisposable, ITransactionItem, IUndoAction
Properties
AffectedElements | |
State |
Methods
Abort() | |
Commit() | |
Dispose() | |
Execute(ITransactionItem) | |
Redo() | |
Undo() |
Events
Committed | |
RolledBack |
Explicit Interface Implementations
ITransactionItem.Do() | |
ITransactionItem.MergeWith(ITransactionItem) |
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Implements
System.IDisposable