Click or drag to resize

ScannerBaseNotifyPropertyChanged Method

Raises the property changed event

Namespace:  SharpCharts.Base.MarketWatch
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
protected virtual void NotifyPropertyChanged(
	string propertyName
)

Parameters

propertyName
Type: SystemString
Name of the property
See Also