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.RemoveOnCollectionChanged

[To be supplied.]

[Visual Basic]
Public Sub RemoveOnCollectionChanged( _
   ByVal handler As CollectionChangeEventHandler _
)
[C#]
public void RemoveOnCollectionChanged(
   CollectionChangeEventHandler handler
);
[C++]
public: void RemoveOnCollectionChanged(
   CollectionChangeEventHandler* handler
);
[JScript]
public function RemoveOnCollectionChanged(
   handler : CollectionChangeEventHandler
);

Parameters

handler
[To be supplied.]

See Also

GridTablesCollection Class | GridTablesCollection Members | System.WinForms Namespace