Documentation for: ASP.NET Ajax Version 1.0

This documentation is for a previous version. For the current released version, see the ASP.NET Ajax documentation on MSDN.

 

 

 

 

 

 

 

Sys.UI.DomEvent $removeHandler Method

Provides a shortcut to the System.UI.DomEvent.removeHandler method. This member is static and can be invoked without creating an instance of the class.

Syntax

$removeHandler(element, eventName, handler);

Term

Definition

element

The element that exposes the event.

eventName

The name of the event.

handler

The event handler to remove.

Remarks

For details about the method that this shortcut represents, see System.UI.DomEvent removeHandler.