jQuery Common - utils - events

This namespace provides methods for controlling events without using jQuery.

Methods

This section describes the methods that the DevExpress.events namespace exposes.

Name Description
off(element, eventName, selector, handler)

Detaches an event handler from the specified elements.

on(element, eventName, selector, data, handler)

Attaches an event handler to the specified elements.

one(element, eventName, selector, data, handler)

Attaches an event handler to be executed only once to the specified elements.

trigger(element, event, extraParameters)

Executes all handlers of a given event type attached to the specified elements.