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.
Показать файл Открыть проект

Открытые методы

Метод Описание
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