DRAG_START_EVENT

Static DRAG_START_EVENT 

Source
pub static DRAG_START_EVENT: Event<DragStartArgs>
Expand description

Drag&drop started dragging a draggable widget.

If propagation is stopped the drag operation is cancelled. Handlers can use DRAG_DROP.drag to set the data, otherwise the widget ID will be dragged.