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!

ConstraintsCollection.RemoveOnCollectionChanged

Unregisters the handler from getting events whenever this collection changes.

[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 event hook

See Also

ConstraintsCollection Class | ConstraintsCollection Members | System.Data Namespace