UndoEngine::AddUndoUnit Method (UndoEngine::UndoUnit^)

 

Adds an UndoEngine::UndoUnit to the undo stack.

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

protected:
virtual void AddUndoUnit(
	UndoEngine::UndoUnit^ unit
) abstract

Parameters

unit
Type: System.ComponentModel.Design::UndoEngine::UndoUnit^

The undo unit to add

Create the unit parameter by calling the CreateUndoUnit method.

.NET Framework
Available since 2.0
Return to top
Show: