Skip to content
Version 2.11.0
↓ Get the launcher

DragSlotElement.OnDrop property

Callback invoked with (fromKey, toKey) on a valid drop.

public Action<int, int> OnDrop { get; set; }