KendoMouse
Name | Type | Default | Description |
---|---|---|---|
onClick? |
|
Fired when the element is clicked. | |
onDoubleClick? |
|
Fired when the element is double-clicked. | |
onMouseDown? |
|
Fired when the mouse button is pressed down on the element. | |
onMouseEnter? |
|
Fired when the mouse pointer enters the element. | |
onMouseLeave? |
|
Fired when the mouse pointer leaves the element. | |
onMouseMove? |
|
Fired when the mouse pointer moves over the element. | |
onMouseOut? |
|
Fired when the mouse pointer leaves the element or any of its child elements. | |
onMouseOver? |
|
Fired when the mouse pointer moves over the element or any of its child elements. | |
onMouseUp? |
|
Fired when the mouse button is released over the element. |