This documentation is for a previous version. For the current released version, see the ASP.NET Ajax documentation on MSDN.
Name
Description
DomEvent Constructor
Initializes a new instance of the DomEvent class.
addHandler Method
Provides a method to add a DOM event handler to the element that exposes the event.
addHandlers Method
Adds a list of DOM event handlers to the element that exposes the event.
clearHandlers Method
Removes all event handlers from the specified element.
preventDefault Method
Prevents the default event action from happening.
removeHandler Method
Provides a method to remove a DOM event handler from the element that exposes the event.
stopPropagation Method
Prevents an event from being propagated to parent elements.
Copyright © 2005 - 2007 Microsoft Corporation. All rights reserved.