C# Class System.Data.Tests.DataViewTest_IBindingList

Datei anzeigen Open project: dotnet/corefx

Public Methods

Method Description
DataViewTest_IBindingList ( ) : System.ComponentModel
OnListChanged ( object sender, ListChangedEventArgs args ) : void

Private Methods

Method Description
AddNewTest ( ) : void
FindTest ( ) : void
PropertyTest ( ) : void
SortTest ( ) : void
TestIfCorrectIndexIsUsed ( ) : void

Method Details

DataViewTest_IBindingList() public method

public DataViewTest_IBindingList ( ) : System.ComponentModel
return System.ComponentModel

OnListChanged() public method

public OnListChanged ( object sender, ListChangedEventArgs args ) : void
sender object
args System.ComponentModel.ListChangedEventArgs
return void