Constable Authorization Engine 2.0 BETA

UndoItemCollection.Undo Method 

[This is preliminary documentation and subject to change.]

Undoes the set of changes represented by this collection.

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

Implements

IUndoItem.Undo

Remarks

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

See Also

UndoItemCollection Class | LaMarvin.ComponentModel Namespace