New to KendoReactLearn about KendoReact Free.

KendoMouse

NameTypeDefaultDescription

onClick?

(args: KendoMouseEvent<T>) => void

Fired when the element is clicked.

onDoubleClick?

(args: KendoMouseEvent<T>) => void

Fired when the element is double-clicked.

onMouseDown?

(args: KendoMouseEvent<T>) => void

Fired when the mouse button is pressed down on the element.

onMouseEnter?

(args: KendoMouseEvent<T>) => void

Fired when the mouse pointer enters the element.

onMouseLeave?

(args: KendoMouseEvent<T>) => void

Fired when the mouse pointer leaves the element.

onMouseMove?

(args: KendoMouseEvent<T>) => void

Fired when the mouse pointer moves over the element.

onMouseOut?

(args: KendoMouseEvent<T>) => void

Fired when the mouse pointer leaves the element or any of its child elements.

onMouseOver?

(args: KendoMouseEvent<T>) => void

Fired when the mouse pointer moves over the element or any of its child elements.

onMouseUp?

(args: KendoMouseEvent<T>) => void

Fired when the mouse button is released over the element.

Not finding the help you need?
Contact Support