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!

DataView.RemoveOnListChanged

Removes the event handler that has been associated with the OnListChanged event.

[Visual Basic]
Overridable Public Sub RemoveOnListChanged( _
   ByVal handler As ListChangedEventHandler _
)
[C#]
public virtual void RemoveOnListChanged(
   ListChangedEventHandler handler
);
[C++]
public: virtual void RemoveOnListChanged(
   ListChangedEventHandler* handler
);
[JScript]
public function RemoveOnListChanged(
   handler : ListChangedEventHandler
);

Parameters

handler
The ListChangedEventHandler delegate to remove.

See Also

DataView Class | DataView Members | System.Data Namespace