C# Class ObservableCollectionSample.Program

Afficher le fichier Open project: ProfessionalCSharp/ProfessionalCSharp6

Méthodes publiques

Méthode Description
Data_CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void

Private Methods

Méthode Description
Main ( ) : void

Method Details

Data_CollectionChanged() public static méthode

public static Data_CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
sender object
e System.Collections.Specialized.NotifyCollectionChangedEventArgs
Résultat void