UndoEngine::UndoUnit Constructor (UndoEngine^, String^)

 

Initializes a new instance of the UndoEngine::UndoUnit class.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

public:
UndoUnit(
	UndoEngine^ engine,
	String^ name
)

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
Return to top
Show: