SortableListTItemOnRemoveJS Method

Handles the JavaScript interop callback for when an item is removed from the list.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
[JSInvokableAttribute]
public Task OnRemoveJS(
	int oldIndex,
	int newIndex
)

Parameters

oldIndex  Int32
The previous index of the item.
newIndex  Int32
The new index of the item.

Return Value

Task

[Missing <returns> documentation for "M:BlazorBootstrap.SortableList`1.OnRemoveJS(System.Int32,System.Int32)"]

See Also