Postlagerkarte / blazor-dragdrop

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

Execute logic when a drag operation ends #96

Closed ViRuSTriNiTy closed 3 years ago

ViRuSTriNiTy commented 3 years ago

Hi there,

my requirement is to execute some logic when a drag operation ends. Unfortunately the DropZone component does not provide a property or event to implement this.

I will provide a PR with an implementation similar to AllowsDrag.

So lonG

Daniel