ExtractPropertyPairPropertyChanged Event |
Occurs when the property value has changed.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax public event PropertyChangedEventHandler PropertyChanged
Public Event PropertyChanged As PropertyChangedEventHandler
public:
virtual event PropertyChangedEventHandler^ PropertyChanged {
void add (PropertyChangedEventHandler^ value);
void remove (PropertyChangedEventHandler^ value);
}
abstract PropertyChanged : IEvent<PropertyChangedEventHandler,
PropertyChangedEventArgs>
override PropertyChanged : IEvent<PropertyChangedEventHandler,
PropertyChangedEventArgs>
Value
Type:
System.ComponentModelPropertyChangedEventHandlerImplements
INotifyPropertyChangedPropertyChangedSee Also