Mono Class Library: System.Collections.DictionaryBase Overview | Members

System.Collections.DictionaryBase.OnSetComplete Method

Hook invoked after changing a value for a key in the DictionaryBase.

protected virtual void OnSetComplete (object key, object oldValue, object newValue)

Parameters

key
Key of the object to change
oldValue
Documentation for this section has not yet been entered.
newValue
Documentation for this section has not yet been entered.

Remarks

The default implementation does nothing, derived classes can override this method to be notified of changes

Requirements

Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0