Constable Authorization Engine 2.0 BETA

ChangeUndoManager.Undo Method 

[This is preliminary documentation and subject to change.]

Derived classes should undo the change recorded by previous calls to the Initialize and Commit method on this instance.

[Visual Basic]
MustOverride Public Sub Undo() _
    Implements IUndoItem.Undo
[C#]
public abstract void Undo();

Implements

IUndoItem.Undo

See Also

ChangeUndoManager Class | LaMarvin.ComponentModel Namespace