easydnd / ru.checka.easydnd / BaseConfig / onDropped

onDropped

var onDropped: (sender: S, receiver: R) -> Unit

Calls when dropping is performed. Sender and Receiver objects of type DragAndDropObject will be passed as params

fun onDropped(action: (sender: S, receiver: R) -> Unit): Unit

DSL-like method for variable onDropped