SortableListTItemOnUpdateJS Method

Invoked by the browser when the list was updated.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
[JSInvokableAttribute("OnUpdateJS")]
public Task OnUpdateJS(
	int oldIndex,
	int newIndex
)

Parameters

oldIndex  Int32
Previous size
newIndex  Int32
Current size

Return Value

Task
Task completion

See Also