Constable Authorization Engine 2.0 BETA

PropertyChangeUndoManager.Redo Method 

[This is preliminary documentation and subject to change.]

Redoes (re-applies) the property change represented by this instance.

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

Implements

IUndoItem.Redo

Remarks

The redo operation sets the property to the NewValue.

See Also

PropertyChangeUndoManager Class | LaMarvin.ComponentModel Namespace