NAnt SDK Documentation - v0.92

PropertyDictionary.OnRemove Method 

Performs additional custom processes before removing an element from the DictionaryBase instance.

[Visual Basic]
Overrides Protected Sub OnRemove( _
   ByVal key As Object, _
   ByVal value As Object _
)
[C#]
protected override void OnRemove(
   object key,
   object value
);

Parameters

key
The key of the element to remove.
value
The value of the element to remove.

See Also

PropertyDictionary Class | NAnt.Core Namespace