OleUndoEngine.AddUndoUnit(UndoEngine+UndoUnit) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the undo unit to the undo unit manager.
protected:
override void AddUndoUnit(System::ComponentModel::Design::UndoEngine::UndoUnit ^ unit);
protected override void AddUndoUnit (System.ComponentModel.Design.UndoEngine.UndoUnit unit);
override this.AddUndoUnit : System.ComponentModel.Design.UndoEngine.UndoUnit -> unit
Protected Overrides Sub AddUndoUnit (unit As UndoEngine.UndoUnit)