Postlagerkarte / blazor-dragdrop

Easy-to-use Drag and Drop Library for Blazor
MIT License
403 stars 96 forks source link

Added Event Callback for Items that will return the reorginized list in the drop zone back to the user #153

Open grwomack opened 2 years ago

grwomack commented 2 years ago

Added: [Parameter] EventCallback<IList<TItem>> ItemsChanged { get; set; }