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!

RelationsCollection.OnCollectionChanged

This method is called whenever the collection changes. Overriders of this method should call the base implementation of this method.

[Visual Basic]
Overridable Protected Sub OnCollectionChanged( _
   ByVal ccevent As CollectionChangeEventArgs _
)
[C#]
protected virtual void OnCollectionChanged(
   CollectionChangeEventArgs ccevent
);
[C++]
protected: virtual void OnCollectionChanged(
   CollectionChangeEventArgs* ccevent
);
[JScript]
protected function OnCollectionChanged(
   ccevent : CollectionChangeEventArgs
);

Parameters

ccevent
The event information.

See Also

RelationsCollection Class | RelationsCollection Members | System.Data Namespace