New to Kendo UI for Angular? Start a free 30-day trial
DragTargetDragStartEvent
Arguments for the dragStart event of the DragTarget and DragTargetContainer.
| Name | Type | Default | Description | 
|---|---|---|---|
| dragEvent | 
 | The information related to the current drag event. This is the normalized drag event that contains details about the drag operation. | |
| dragTarget | 
 | The DOM element being dragged. | |
| dragTargetId? | 
 | The identifier passed to the  | |
| dragTargetIndex? | 
 | The index of the current drag target in the collection of drag targets. Applies to  | 
Methods
| isDefaultPrevented | ||||
|---|---|---|---|---|
| Returns  | ||||
| 
 | 
| preventDefault | 
|---|
| Prevents the default action for the event. The source component suppresses the built-in behavior that follows the event. |