SortableListTItemOnAdd Property

Gets or sets an event callback that fires when an item is added to the list.

Definition

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

Property Value

EventCallbackSortableListEventArgs

See Also