UndoEngine.DiscardUndoUnit(UndoEngine+UndoUnit) Method

Definition

Discards an UndoEngine.UndoUnit.

protected:
 virtual void DiscardUndoUnit(System::ComponentModel::Design::UndoEngine::UndoUnit ^ unit);
protected virtual void DiscardUndoUnit (System.ComponentModel.Design.UndoEngine.UndoUnit unit);
abstract member DiscardUndoUnit : System.ComponentModel.Design.UndoEngine.UndoUnit -> unit
override this.DiscardUndoUnit : System.ComponentModel.Design.UndoEngine.UndoUnit -> unit
Protected Overridable Sub DiscardUndoUnit (unit As UndoEngine.UndoUnit)

Parameters

unit
UndoEngine.UndoUnit

The unit to discard.

Remarks

Before the DiscardUndoUnit method is called, the undo unit is closed and then undone.

Applies to

See also