Click or drag to resize
Grid Solutions Framework

AverageFrequencyViewModelHandlePropertyChangedOnce Method

Handles change in a property once per call stack.

Namespace: AverageFrequencyUI
Assembly: OneSecondFrequencyAverager (in OneSecondFrequencyAverager.dll) Version: 2.4.182-beta
Syntax
protected virtual void HandlePropertyChangedOnce(
	string propertyName
)
View Source

Parameters

propertyName  String
The name of the property that was changed.
See Also