Constable Authorization Engine 2.0 BETA

ChangeUndoManager.Redo Method 

[This is preliminary documentation and subject to change.]

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

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

Implements

IUndoItem.Redo

See Also

ChangeUndoManager Class | LaMarvin.ComponentModel Namespace