Method BeginCompositeCommand
BeginCompositeCommand()
Marks the beginning of a composite command execution.
public void BeginCompositeCommand()
Remarks
Every command executed until EndCompositeCommand() will be considered part of the composite action. Calling undo or redo on a composite action will affect all commands in the composite, as if they were effectively part of a single command.