NAnt SDK Documentation - v0.92

PropertyDictionary.OnValidate Method 

Performs additional custom processes when validating the element with the specified key and value.

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

Parameters

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

See Also

PropertyDictionary Class | NAnt.Core Namespace