SortableListTItemOnRemoveJS Method
Handles the JavaScript interop callback for when an item is removed from the list.
Namespace: BlazorBootstrapAssembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
[JSInvokableAttribute]
public Task OnRemoveJS(
int oldIndex,
int newIndex
)
- oldIndex Int32
- The previous index of the item.
- newIndex Int32
- The new index of the item.
Task[Missing <returns> documentation for "M:BlazorBootstrap.SortableList`1.OnRemoveJS(System.Int32,System.Int32)"]