NAnt SDK Documentation - v0.92

PropertyDictionary.OnSet Method 

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

See Also

PropertyDictionary Class | NAnt.Core Namespace