UndoableList T  Class TIBCO Spotfire 6.0 API Reference
A list of T where all operations on the list are undoable.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.DocumentModel Node
    UndoableNode
      UndoableCollectionNode
        Spotfire.Dxp.Framework.DocumentModel UndoableList T 

Namespace: Spotfire.Dxp.Framework.DocumentModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

[SerializableAttribute]
public sealed class UndoableList<T> : UndoableCollectionNode, 
	IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable
Type Parameters

T
Remarks

When the list is modified, it will raise a PropertyChanged event from its owner, using the Name property of the list as argument to the event.
See Also