UndoableList T  Class TIBCO Spotfire 7.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: 18.10.8513.5432 (18.10.8513.5432)
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.
Version Information

Supported in: 7.0, 6.5, 6.0, 5.5, 5.0
See Also