onDragGestureExited

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

Gets invoked with a DragEvent whenever the mouse leaves this ComponentView while performing a drag gesture.

See also