Hold
eventsFired before the dragStart event.
The hold event represents a jQuery mousedown event and contains all the event data of the jQuery Event Object.
Important
As of the Kendo UI R3 2019 SP1 release, setting the holdToDrag option to
falsedoes not cancel the hold event.
Event Data
e.sender kendo.ui.Draggable
The Draggable instance which fired the event.
e.target Element
The draggable element.