Constable Authorization Engine 2.0 BETA

UndoEngine.CommitUndoGroup Method (UndoGroup)

[This is preliminary documentation and subject to change.]

Commits the given undo group.

[Visual Basic]
Overloads Public Sub CommitUndoGroup( _
   ByVal group As UndoGroup _
)
[C#]
public void CommitUndoGroup(
   UndoGroup group
);

Remarks

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

Exceptions

Exception Type Condition
UndoException The specified undo group doesn't belong to this UndoEngine.

See Also

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