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

Raises the System.Data.DataView.ListChanged event.

[Visual Basic]
Overridable Protected Sub OnListChanged( _
   ByVal e As ListChangedEventArgs _
)
[C#]
protected virtual void OnListChanged(
   ListChangedEventArgs e
);
[C++]
protected: virtual void OnListChanged(
   ListChangedEventArgs* e
);
[JScript]
protected function OnListChanged(
   e : ListChangedEventArgs
);

Parameters

e
A ListChangedEventArgs that contains the event data.

See Also

DataView Class | DataView Members | System.Data Namespace