UndoableDictionary TKey, TValue  Class TIBCO Spotfire 7.0 API Reference
A dictionary where all operations are undoable.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.DocumentModel Node
    UndoableNode
      UndoableCollectionNode
        Spotfire.Dxp.Framework.DocumentModel UndoableDictionary TKey, TValue 

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]
[PersistenceVersionAttribute(2, 0)]
public sealed class UndoableDictionary<TKey, TValue> : UndoableCollectionNode, 
	IDictionary<TKey, TValue>, ICollection<KeyValuePair<TKey, TValue>>, 
	IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable
Type Parameters

TKey
TValue
Remarks

When the dictionary is modified, it will trigger a PropertyChanged event from its owner, using the PropertyName of the dictionary as the source.
Version Information

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