Constable Authorization Engine 2.0 BETA

UndoEngine.CommitUndoGroup Method ()

[This is preliminary documentation and subject to change.]

Commits the active undo group.

[Visual Basic]
Overloads Public Sub CommitUndoGroup()
[C#]
public void CommitUndoGroup();

Remarks

Commiting the active undo group stores it as a unit that can be later undone by a single call to the Undo method.

See Also

UndoEngine Class | LaMarvin.ComponentModel Namespace | UndoEngine.CommitUndoGroup Overload List