Sys.Component.propertyChanged Event

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

Concepts

Reference

Other Resources

Tags :


Page view tracker