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
)
Protected Sub NotifyPropertyChanged (
propertyName As String
)
protected:
void NotifyPropertyChanged(
String^ propertyName
)
Parameters
- propertyName
- Type: SystemString
Name of the property.
See Also