SortableListTItemOnAddJS Method

Handles the JavaScript interop callback for when an item is added to the list.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
[JSInvokableAttribute]
public Task OnAddJS(
	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.OnAddJS(System.Int32,System.Int32)"]

See Also