Click or drag to resize
DigitalRuneUndoBufferEndUndoGroup Method
Ends an undo group and puts the group of operations onto the UndoBuffer.

Namespace: DigitalRune.Undo
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public void EndUndoGroup(
	Object groupDescription
)

Parameters

groupDescription
Type: SystemObject
The description of the undo group. See Description for a more detailed description. (The parameter is ignored if this is a nested undo group.)
Exceptions
Remarks
An undo group is a group of operations that is combined into a single undo operation.
See Also