ExtensionNodeNotifyPropertyChanged Method  | 
 
            Notifies the property value has been changed.
            
 
    Namespace: 
   Hummingbird.TestFramework.ExtensionProject
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntaxprotected void NotifyPropertyChanged(
	string PropertyName
)
Protected Sub NotifyPropertyChanged ( 
	PropertyName As String
)
protected:
void NotifyPropertyChanged(
	String^ PropertyName
)
member NotifyPropertyChanged : 
        PropertyName : string -> unit 
Parameters
- PropertyName
 - Type: SystemString
Name of the property which changed their value. 
See Also