Method | Description | |
---|---|---|
OnPropertyChanged ( string propertyName ) : void |
Invokes the PropertyChanged event.
|
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | /// The name of the property that was changed. /// |
return | void |