Constructor UndoBlock
UndoBlock(string, bool)
Initialize a new UndoBlock.
Declaration
public UndoBlock(string undoLabel, bool testMode = false)
Parameters
| Type | Name | Description |
|---|---|---|
| string | undoLabel | The label to apply to the undo group created within this undo block. |
| bool | testMode | Whether this is part of a test run. |