C# Class ItemsChangeObservableCollection, code

Inheritance: System.Collections.ObjectModel.ObservableCollection
Afficher le fichier Open project: shendongnian/code Class Usage Examples

Méthodes protégées

Méthode Description
ClearItems ( ) : void
OnCollectionChanged ( NotifyCollectionChangedEventArgs, e ) : void

Private Methods

Méthode Description
RegisterPropertyChanged ( IList items ) : void
UnRegisterPropertyChanged ( IList items ) : void
item_PropertyChanged ( object sender, PropertyChangedEventArgs, e ) : void

Method Details

ClearItems() protected méthode

protected ClearItems ( ) : void
Résultat void

OnCollectionChanged() protected méthode

protected OnCollectionChanged ( NotifyCollectionChangedEventArgs, e ) : void
e NotifyCollectionChangedEventArgs,
Résultat void