VisualHost OnPropertyChanged Method ElecNetKit Documentation
Triggers the PropertyChanged event for the specified property name.

Namespace: ElecNetKit.Graphing.Controls
Assembly: ElecNetKit.Graphing (in ElecNetKit.Graphing.dll) Version: 1.1.4771.27373 (1.1.0.0)
Syntax

protected void OnPropertyChanged(
	string name
)

Parameters

name
Type: OnlineSystem String
The name of the property that has changed.
See Also