Class ChangeGroup
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
Base class for change groups.
public abstract class ChangeGroup : IDisposable
- Inheritance
-
ChangeGroup
- Implements
- Derived
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.