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!

GridTablesCollection.OnCollectionChanged

[To be supplied.]

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

Parameters

ccevent
[To be supplied.]

See Also

GridTablesCollection Class | GridTablesCollection Members | System.WinForms Namespace