Click or drag to resize

ServiceConfigurationNotifyPropertyChanged Method

Notifies the property value has been changed.

Namespace:  Hummingbird.TestFramework.ExtensionProject
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
protected void NotifyPropertyChanged(
	string PropertyName
)

Parameters

PropertyName
Type: SystemString
Name of the property which changed their value.
See Also