Sys.Component endUpdate Method
Called by the create method to indicate that the process of setting properties of a component instance has finished.
aComponent.endUpdate();
Remarks
The endUpdate method sets the isUpdating property of the current Component object to false, calls the initialize method if it has not already been called, and then calls the updated method.
This method is called by the create method ($create).
See Also
Tasks
Creating Custom Non-Visual Client Components
Reference
Concepts
Creating a Client Component Class Using the Prototype Model