Click or drag to resize
CalculationWorks Logo
BcfRowViewNotifyPropertyChanged Method
Raises or queues PropertyChanged, depends on DeferPropertyChanged

Namespace: CalculationWorks.ViewModel.Windows
Assembly: CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 2.1.0.0
Syntax
public void NotifyPropertyChanged(
	string propertyName
)

Parameters

propertyName
Type: SystemString
Name of the property.
See Also