Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Test
ViewModelBase
C# Class Test.ViewModelBase
ViewModelの基本クラス。INotifyPropertyChangedの実装を提供します。
Inheritance:
INotifyPropertyChanged
Mostrar archivo
Open project: Roommetro/Friendly.WPFStandardControls
Protected Methods
Method
Description
RaisePropertyChanged
(
string
propertyName
) :
void
PropertyChangedイベントを発行します。
Method Details
RaisePropertyChanged()
protected
method
PropertyChangedイベントを発行します。
protected
RaisePropertyChanged
(
string
propertyName
) :
void
propertyName
string
プロパティ名
return
void