KendoMouse
Definition
Package:@progress/kendo-react-common
Properties
onClick?
(args: KendoMouseEvent<T, E>) => void
Fired when the element is clicked.
onDoubleClick?
(args: KendoMouseEvent<T, E>) => void
Fired when the element is double-clicked.
onMouseDown?
(args: KendoMouseEvent<T, E>) => void
Fired when the mouse button is pressed down on the element.
onMouseEnter?
(args: KendoMouseEvent<T, E>) => void
Fired when the mouse pointer enters the element.
onMouseLeave?
(args: KendoMouseEvent<T, E>) => void
Fired when the mouse pointer leaves the element.
onMouseMove?
(args: KendoMouseEvent<T, E>) => void
Fired when the mouse pointer moves over the element.
onMouseOut?
(args: KendoMouseEvent<T, E>) => void
Fired when the mouse pointer leaves the element or any of its child elements.
onMouseOver?
(args: KendoMouseEvent<T, E>) => void
Fired when the mouse pointer moves over the element or any of its child elements.
onMouseUp?
(args: KendoMouseEvent<T, E>) => void
Fired when the mouse button is released over the element.