GoXam for WPF v3
Edits Property
Northwoods.GoXam.Model Namespace > UndoManager.CompoundEdit Class : Edits Property
Gets a list of all the IUndoableEdits in this compound edit.
Syntax
public IList<IUndoableEdit> Edits {get;}

Property Value

A List<T> of IUndoableEdits
Remarks
Each item is normally an instance of ModelChangedEventArgs. However, you may add your own IUndoableEdit objects.
See Also

Reference

UndoManager.CompoundEdit Class
UndoManager.CompoundEdit Members