Click or drag to resize

AbstractAssertionOnPropertyChanged Method

Notifies the property changed.

Namespace:  Hummingbird.TestFramework.Automation.Assertions
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