C# 클래스 Cinch.ViewModelBase

This is a common partial section of a ViewModelBase class that is used by WPF/SL
상속: INotifyPropertyChanged, IDisposable, IParentablePropertyExposer
파일 보기 프로젝트 열기: shiftkey/NotifyPropertyWeaver 1 사용 예제들

공개 메소드들

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

메소드 상세

NotifyPropertyChanged() 공개 메소드

public NotifyPropertyChanged ( string propertyName ) : void
propertyName string
리턴 void