This documentation is for a previous version. For the current released version, see the ASP.NET Ajax documentation on MSDN.
Name
Description
EventHandlerList Constructor
Initializes a new instance of the EventHandlerList class.
addHandler Method
Attaches a handler to a specified event in an EventHandlerList instance, and adds the specified event to the list if it is not already present.
getHandler Method
Returns a single method that can be invoked to call all handlers sequentially for the specified event.
removeHandler Method
Removes an event handler from the specified event in an EventHandlerList instance.
Copyright © 2005 - 2007 Microsoft Corporation. All rights reserved.