UndoEngine::UndoUnit::Close Method ()

 

Receives a call from the undo engine to close this unit.

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

public:
virtual void Close()

When a unit is closed, no more events can come into its various event methods. The UndoEngine::UndoUnit itself may take action here to ensure that any events that are currently open are closed.

.NET Framework
Available since 2.0
Return to top
Show: