Constable Authorization Engine 2.0 BETA

UndoItemCollection.Redo Method 

[This is preliminary documentation and subject to change.]

Redoes the set of changes represented by this collection.

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

Implements

IUndoItem.Redo

Remarks

The implementation simply calls the Redo method sequentially for all items in the collection.

See Also

UndoItemCollection Class | LaMarvin.ComponentModel Namespace