Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Magellan
Framework
PresentationObject
C# Class Magellan.Framework.PresentationObject
Serves as a base class for the "third object" in seperated presentation patterns - view models, presenters, and so on.
Inheritance:
INotifyPropertyChanged
,
IDataErrorInfo
,
IStoreValidationMessages
Show file
Open project: shiftkey/NotifyPropertyWeaver
Protected Methods
Method
Description
NotifyChanged
(
string
propertyName
) :
void
Method Details
NotifyChanged()
protected
method
protected
NotifyChanged
(
string
propertyName
) :
void
propertyName
string
return
void