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.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
[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