UndoableDictionary TKey, TValue  Class TIBCO Spotfire 6.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: 13.19.7018.3940 (13.19.7018.3940)
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.
See Also