Sys.Component.raisePropertyChanged Method
Raises the propertyChanged event for the specified property.
aComponent.raisePropertyChanged(propertyName);
Parameters
Parameter |
Description |
---|---|
propertyName |
The name of the property that changed. |
See Also
Tasks
Creating Custom Non-Visual Client Components
Reference
Concepts
Defining Custom Component Properties and Raising PropertyChanged Events
Creating a Client Component Class Using the Prototype Model