C# Class Corlib.ComponentModel.NotifyPropertyChangedExtensions

Mostra file Open project: GeorgeTsiokos/corlib

Public Methods

Method Description
GetPropertyChangedObservable ( this notifyPropertyChanged ) : IObservable

Converts a INotifyPropertyChanged's PropertyChanged event to an observable sequence of string

Method Details

GetPropertyChangedObservable() public static method

Converts a INotifyPropertyChanged's PropertyChanged event to an observable sequence of string
public static GetPropertyChangedObservable ( this notifyPropertyChanged ) : IObservable
notifyPropertyChanged this source
return IObservable