Sys.Component updated Method
Called by the endUpdate method as a placeholder for additional logic in derived classes.
aComponent.updated();
Remarks
Override the updated method in a derived class to add custom post-update logic.
See Also
Tasks
Creating Custom Non-Visual Client Components
Reference
Sys.Component beginUpdate Method
Sys.Component endUpdate Method
Concepts
Creating a Client Component Class Using the Prototype Model