New to KendoReactStart a free 30-day trial

KendoMouse

Interface

Definition

Package:@progress/kendo-react-common

Properties

onClick?

(args: KendoMouseEvent​<T, E>) => void

Fired when the element is clicked.

Parameters:argsKendoMouseEvent​<T, E>

onDoubleClick?

(args: KendoMouseEvent​<T, E>) => void

Fired when the element is double-clicked.

Parameters:argsKendoMouseEvent​<T, E>

onMouseDown?

(args: KendoMouseEvent​<T, E>) => void

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

Parameters:argsKendoMouseEvent​<T, E>

onMouseEnter?

(args: KendoMouseEvent​<T, E>) => void

Fired when the mouse pointer enters the element.

Parameters:argsKendoMouseEvent​<T, E>

onMouseLeave?

(args: KendoMouseEvent​<T, E>) => void

Fired when the mouse pointer leaves the element.

Parameters:argsKendoMouseEvent​<T, E>

onMouseMove?

(args: KendoMouseEvent​<T, E>) => void

Fired when the mouse pointer moves over the element.

Parameters:argsKendoMouseEvent​<T, E>

onMouseOut?

(args: KendoMouseEvent​<T, E>) => void

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

Parameters:argsKendoMouseEvent​<T, E>

onMouseOver?

(args: KendoMouseEvent​<T, E>) => void

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

Parameters:argsKendoMouseEvent​<T, E>

onMouseUp?

(args: KendoMouseEvent​<T, E>) => void

Fired when the mouse button is released over the element.

Parameters:argsKendoMouseEvent​<T, E>