Method | Description | |
---|---|---|
OnPropertyChanged ( string propertyName ) : void |
Raises this object's PropertyChanged event.
|
|
VMBase ( ) : System |
Method | Description | |
---|---|---|
CheckPropertyName ( string propertyName ) : void | ||
SetThrowOnInvalidPropertyName ( bool throwException ) : void |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | The property that has a new value. |
return | void |