Constable Authorization Engine 2.0 BETA

ChangeableCollectionBase.OnValidate Method 

[This is preliminary documentation and subject to change.]

Calls the OnValidate method implementation of the associated Updater object.

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

Parameters

value
The item being validated.

Remarks

For more information, see the System.Collections.CollectionBase.OnValidate help topic.

See Also

ChangeableCollectionBase Class | LaMarvin.ComponentModel Namespace