Occurs when the list managed by the DataView changes.
The following declaration shows the syntax for a method that handles the ListChanged event.
[Visual Basic] Private Sub DataViewName_ListChanged( _ ByVal sender As Object, _ ByVal e As ListChangedEventArgs _ ) [C#] private void DataViewName_ListChanged( object sender, ListChangedEventArgs e ); [C++] private: void DataViewName_ListChanged( Object* sender, ListChangedEventArgs* e ); [JScript] private DataViewName_ListChanged( sender : Object, e : ListChangedEventArgs );
Property | Description |
---|---|
|
|
|
|
|
DataView Class | DataView MembersTopic | System.Data Namespace