Method OnPropertyChanged
| Edit this page View SourceOnPropertyChanged(string)
Raises the PropertyChanged event for the specified property.
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
Type | Name | Description |
---|---|---|
string | propertyName | The name of the property that changed. |