SortableListTItemOnRemoveJS Method
Handles the JavaScript interop callback for when an item is removed from the list.
Namespace: BlazorBootstrapAssembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
[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)"]