Click or drag to resize

AbstractTestItemOnPropertyChanged Method

Called when property value has changed.

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

Parameters

PropertyName
Type: SystemString
Name of the property.
See Also