Sys.UI.DomEvent $removeHandler Method

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

$removeHandler(element, eventName, handler);

Term

Definition

element

The DOM element that exposes the event.

eventName

The name of the DOM event.

handler

The event handler to remove.

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

The following example shows how to remove an event handler from an element by using the $removeHandler shortcut method.

No code example is currently available or this language may not be supported.
Show: