UndoEngine::UndoUnit Constructor (UndoEngine^, String^)
.NET Framework (current version)
Initializes a new instance of the UndoEngine::UndoUnit class.
Assembly: System.Design (in System.Design.dll)
Parameters
- engine
-
Type:
System.ComponentModel.Design::UndoEngine^
The undo engine that owns this undo unit.
- name
-
Type:
System::String^
The name for this undo unit.
| Exception | Condition |
|---|---|
| ArgumentNullException | engine is null. |
.NET Framework
Available since 2.0
Available since 2.0
Show: