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

System.Collections.DictionaryBase.OnRemove Method

Hook invoked before removing a key/value from the DictionaryBase.

protected virtual void OnRemove (object key, object value)

Parameters

key
Key of the object to remove
value
Documentation for this section has not yet been entered.

Remarks

Derived classes can override this method and perform some action before the current_value is removed from the dictionary.

Requirements

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