Method | Description | |
---|---|---|
PropertyHasChanged ( string propertyName ) : void |
Notify observers that a property within the ViewModel has changed.
|
protected PropertyHasChanged ( string propertyName ) : void | ||
propertyName | string | /// The property that has been modified. /// |
return | void |