NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TypedCollectionBase.OnValidate

[To be supplied.]

[Visual Basic]
Overridable Protected Sub OnValidate( _
   ByVal value As Object _
)
[C#]
protected virtual void OnValidate(
   object value
);
[C++]
protected: virtual void OnValidate(
   Object* value
);
[JScript]
protected function OnValidate(
   value : Object
);

Parameters

value
[To be supplied.]

See Also

TypedCollectionBase Class | TypedCollectionBase Members | System.Collections.Bases Namespace