Method RaisePropertyChanged
RaisePropertyChanged(string)
Raises the PropertyChanged event for the specified property.
protected void RaisePropertyChanged(string propertyName = null)
Parameters
propertyName
stringThe name of the property.
Raises the PropertyChanged event for the specified property.
protected void RaisePropertyChanged(string propertyName = null)
propertyName
stringThe name of the property.