C# Class ObservableCollectionSample.Program

Mostra file Open project: ProfessionalCSharp/ProfessionalCSharp6

Public Methods

Method Description
Data_CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void

Private Methods

Method Description
Main ( ) : void

Method Details

Data_CollectionChanged() public static method

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