Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
SharpSpecs
UI
ViewModels
ViewModel
C# 클래스 SharpSpecs.UI.ViewModels.ViewModel
상속:
INotifyPropertyChanged
파일 보기
프로젝트 열기: charlieridley/SharpSpecs
보호된 메소드들
메소드
설명
OnNotifyPropertyChanged
(
string
propertyName
) :
void
Called when the property changes
메소드 상세
OnNotifyPropertyChanged()
보호된
메소드
Called when the property changes
protected
OnNotifyPropertyChanged
(
string
propertyName
) :
void
propertyName
string
Name of the property.
리턴
void