Extends
Members
-
key{string}
-
The name of the property whose value is changing.
-
oldValue{*}
-
The old value. To get the new value use
e.target.get(e.key)whereeis the event object. -
target{Object}
-
The event target.
-
type{string}
-
The event type.
Methods
-
preventDefault() inherited
-
Prevent default. This means that no emulated
click,singleclickordoubleclickevents will be fired. -
stopPropagation() inherited
-
Stop event propagation.