C# Class Corlib.ComponentModel.NotifyPropertyChangedExtensions

Afficher le fichier Open project: GeorgeTsiokos/corlib

Méthodes publiques

Méthode Description
GetPropertyChangedObservable ( this notifyPropertyChanged ) : IObservable

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

Method Details

GetPropertyChangedObservable() public static méthode

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