onDragGestureStarted

var onDragGestureStarted: (DragEvent) -> Unit? = null

Gets invoked with a DragEvent whenever a drag gesture is started on this ComponentView.

See also