Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raised when the raisePropertyChanged method of the current Component object is called.
aComponent.add_propertyChanged(handler);
aComponent.remove_propertyChanged(handler);
Parameters
Parameter |
Description |
---|---|
handler |
The event handler function to add or remove. |
Remarks
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.
See Also
Tasks
Creating Custom Non-Visual Client Components
Concepts
Defining Custom Component Properties and Raising PropertyChanged Events