Sys.Component.propertyChanged Event
Raised when the raisePropertyChanged method of the current Component object is called.
Syntax
aComponent.add_propertyChanged(handler);
aComponent.remove_propertyChanged(handler);
|
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.