This documentation is for a previous version. For the current released version, see the ASP.NET Ajax documentation on MSDN.
Name
Description
Component Constructor
When overridden in a derived class, initializes an instance of that class and registers it with the application as a disposable object.
beginUpdate Method
Sets the isUpdating property of the current Component object to true.
create Method
Returns a new instance of the Component class that uses the specified parameters and calls the initialize method.
dispose Method
Raises the disposing event of the current Component and removes the component from the application.
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.
initialize Method
Sets the isInitialized property of the current Component object to true.
raisePropertyChanged Method
Raises the propertyChanged event for a specified property.
updated Method
Has no built-in functionality; the updated method is a placeholder for post-update logic in derived classes.
Copyright © 2005 - 2007 Microsoft Corporation. All rights reserved.