| UndoBufferEndUndoGroup Method |
Ends an undo group and puts the group of operations onto the
UndoBuffer.
Namespace: DigitalRune.UndoAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public void EndUndoGroup(
Object groupDescription
)
Public Sub EndUndoGroup (
groupDescription As Object
)
public:
void EndUndoGroup(
Object^ groupDescription
)
member EndUndoGroup :
groupDescription : Object -> unit
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