SortableListTItemOnRemove Property

Gets or sets an event callback that fires when an item is removed from the list.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
[ParameterAttribute]
public EventCallback<SortableListEventArgs> OnRemove { get; set; }

Property Value

EventCallbackSortableListEventArgs

See Also