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!

ColumnsCollection.RemoveOnCollectionChanged

Removes an event handler that has been associated with the OnCollectionChanged event.

[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
The CollectionChangeEventHandler delegate to remove.

See Also

ColumnsCollection Class | ColumnsCollection Members | System.Data Namespace | Add | AddOnCollectionChanged | Remove