C# 클래스 Cinchcast.Roque.Common.PropertyChangeTracer

Subscriber class example. All methods starting with "Subscribe" will be called on initialization. All events you subscribe to in Subscribe* methods will be routed to the queue you attach this class to.
파일 보기 프로젝트 열기: BlogTalkRadio/Roque

공개 메소드들

메소드 설명
SubscribeToPropertyChanges ( INotifyPropertyChanged source ) : void
source_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

메소드 상세

SubscribeToPropertyChanges() 공개 메소드

public SubscribeToPropertyChanges ( INotifyPropertyChanged source ) : void
source INotifyPropertyChanged
리턴 void

source_PropertyChanged() 공개 메소드

public source_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
sender object
e System.ComponentModel.PropertyChangedEventArgs
리턴 void