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