C# Class System.Data.Tests.DataViewTest_IBindingList

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
DataViewTest_IBindingList ( ) : System.ComponentModel
OnListChanged ( object sender, ListChangedEventArgs args ) : void

Private Methods

Méthode Description
AddNewTest ( ) : void
FindTest ( ) : void
PropertyTest ( ) : void
SortTest ( ) : void
TestIfCorrectIndexIsUsed ( ) : void

Method Details

DataViewTest_IBindingList() public méthode

public DataViewTest_IBindingList ( ) : System.ComponentModel
Résultat System.ComponentModel

OnListChanged() public méthode

public OnListChanged ( object sender, ListChangedEventArgs args ) : void
sender object
args System.ComponentModel.ListChangedEventArgs
Résultat void