Click or drag to resize

NodeNotifyPropertyChanged Method

Notifies all subscribers of PropertyChanged event listener that the property value has changed.

Namespace:  Hummingbird.UI
Assembly:  Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax
protected void NotifyPropertyChanged(
	string propertyName
)

Parameters

propertyName
Type: SystemString
Name of the property.
See Also