Constable Authorization Engine 2.0 BETA

ICollectionUpdater.OnValidate Method 

[This is preliminary documentation and subject to change.]

Called by the associated collection when the element has to be validated.

[Visual Basic]
Sub OnValidate( _
   ByVal collection As CollectionBase, _
   ByVal value As Object _
)
[C#]
void OnValidate(
   CollectionBase collection,
   object value
);

Parameters

collection
value

See Also

ICollectionUpdater Interface | LaMarvin.ComponentModel Namespace