aComponent.add_propertyChanged(handler);
aComponent.remove_propertyChanged(handler);
Parameter | Description |
|---|
handler | The event handler function to add or remove. |
Add or remove handler functions by calling the add_propertyChanged and remove_propertyChanged methods. Raise this event from the set_ accessor of a property by calling the raisePropertyChanged method.
Tasks
Concepts
Reference
Other Resources