Constable Authorization Engine 2.0 BETA

PropertyChangeUndoManager.Undo Method 

[This is preliminary documentation and subject to change.]

Undoes the property change represented by this instance.

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

Implements

IUndoItem.Undo

Remarks

The undo operation sets the property to the OldValue.

See Also

PropertyChangeUndoManager Class | LaMarvin.ComponentModel Namespace