SortableListTItemOnRemoveJS Method
Invoked by the browser when a new item has been removed from the list.
Namespace: BlazorBootstrapAssembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
[JSInvokableAttribute("OnRemoveJS")]
public Task OnRemoveJS(
int oldIndex,
int newIndex,
string fromListName,
string toListName
)
- oldIndex Int32
- Previous size
- newIndex Int32
- Current size
- fromListName String
- Name of the list the item was removed from.
- toListName String
- Name of the list the item was moved to, if any.
TaskTask completion