C# 클래스 Corlib.ComponentModel.NotifyPropertyChangedExtensions

파일 보기 프로젝트 열기: GeorgeTsiokos/corlib

공개 메소드들

메소드 설명
GetPropertyChangedObservable ( this notifyPropertyChanged ) : IObservable

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

메소드 상세

GetPropertyChangedObservable() 공개 정적인 메소드

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