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