Constable Authorization Engine 2.0 BETA

UndoEngine.Clear Method 

[This is preliminary documentation and subject to change.]

Clears this instance by removing all cached undo and redo entries.

[Visual Basic]
Public Sub Clear()
[C#]
public void Clear();

Remarks

If the UndoEngine has been inside an undo group, the undo group context is cleared as well. If you've cached a reference to the UndoEngine.UndoGroup instance, the instance is disposed.

See Also

UndoEngine Class | LaMarvin.ComponentModel Namespace