Method RaisePropertyChanged
RaisePropertyChanged(string)
Raises a change notification indicating that a property has changed.
Declaration
public void RaisePropertyChanged(string propertyName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | propertyName | The name of the property that has changed. |