C# 클래스 Microsoft.Silverlight.Testing.Client.PropertyChangedBase

A base class for model objects that implement the property changed interface, to simplify calling the change handlers, and cache the underlying event argument instances.
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: garyjohnson/wpnest

보호된 메소드들

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

Notify any listeners that the property value has changed.

메소드 상세

NotifyPropertyChanged() 보호된 메소드

Notify any listeners that the property value has changed.
protected NotifyPropertyChanged ( string propertyName ) : void
propertyName string The property name.
리턴 void