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
WhiteMvvm
Utilities
NotifiedObject
C# Class WhiteMvvm.Utilities.NotifiedObject
Inheritance:
INotifyPropertyChanged
Mostrar archivo
Open project: AbuMandour/WhiteMvvm
Protected Methods
Method
Description
OnPropertyChanged
(
string
propertyName
= null ) :
void
Fire to update property
Method Details
OnPropertyChanged()
protected
method
Fire to update property
protected
OnPropertyChanged
(
string
propertyName
= null ) :
void
propertyName
string
return
void