C# 클래스 ItemsChangeObservableCollection, code

상속: System.Collections.ObjectModel.ObservableCollection
파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

보호된 메소드들

메소드 설명
ClearItems ( ) : void
OnCollectionChanged ( NotifyCollectionChangedEventArgs, e ) : void

비공개 메소드들

메소드 설명
RegisterPropertyChanged ( IList items ) : void
UnRegisterPropertyChanged ( IList items ) : void
item_PropertyChanged ( object sender, PropertyChangedEventArgs, e ) : void

메소드 상세

ClearItems() 보호된 메소드

protected ClearItems ( ) : void
리턴 void

OnCollectionChanged() 보호된 메소드

protected OnCollectionChanged ( NotifyCollectionChangedEventArgs, e ) : void
e NotifyCollectionChangedEventArgs,
리턴 void