ChangeGroup Class
Definition
Namespace: Alternet.FormDesigner.Wpf
Assembly: Alternet.FormDesigner.Wpf.v9.dll
Base class for change groups.
Implements
System.IDisposable
Syntax
public abstract class ChangeGroup : IDisposable
Properties
Title | Gets/Sets the title of the change group. |
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. |
Explicit Interface Implementations
IDisposable.Dispose() |
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