C# 클래스 PhotoSharingApp.Universal.ComponentModel.ObservableObjectBase

Base class that implements INotifyPropertyChanged.
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: Microsoft/Appsample-Photosharing

보호된 메소드들

메소드 설명
NotifyPropertyChanged ( string propertyName ) : void

Notifies that the property has changed.

메소드 상세

NotifyPropertyChanged() 보호된 메소드

Notifies that the property has changed.
protected NotifyPropertyChanged ( string propertyName ) : void
propertyName string Name of the property.
리턴 void