DragSlotElement.OnDrop property
Callback invoked with (fromKey, toKey) on a valid drop.
public Action<int, int> OnDrop { get; set; }See Also
Section titled “See Also”- record DragSlotElement
- namespace Stellar.Abstractions.Services
Callback invoked with (fromKey, toKey) on a valid drop.
public Action<int, int> OnDrop { get; set; }