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

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

Parameters

propertyName
Type: SystemString
Name of the property.
See Also