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.
Show file Open project: BlogTalkRadio/Roque

Public Methods

Method Description
SubscribeToPropertyChanges ( INotifyPropertyChanged source ) : void
source_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

SubscribeToPropertyChanges() public method

public SubscribeToPropertyChanges ( INotifyPropertyChanged source ) : void
source INotifyPropertyChanged
return void

source_PropertyChanged() public method

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