C# Class 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.
Afficher le fichier Open project: BlogTalkRadio/Roque

Méthodes publiques

Méthode Description
SubscribeToPropertyChanges ( INotifyPropertyChanged source ) : void
source_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

SubscribeToPropertyChanges() public méthode

public SubscribeToPropertyChanges ( INotifyPropertyChanged source ) : void
source INotifyPropertyChanged
Résultat void

source_PropertyChanged() public méthode

public source_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
sender object
e System.ComponentModel.PropertyChangedEventArgs
Résultat void