jbomhold3 / BlazorSortableJS

BlazorSortable JS
https://jbomhold3.github.io/BlazorSortableJS/
18 stars 10 forks source link

Add eventcallback on Sortable #26

Open stevenvalkTalumis opened 10 months ago

stevenvalkTalumis commented 10 months ago

Add A callback on the Sortable component to trigger when the items have changed. which is especially useful for multiple list.

[Parameter] public EventCallback OnDataChanged { get; set; }

which is called similar to the ParentSortable.OnDataChanged