SortableListTItemOnUpdate Property

Gets or sets an event callback that fires when an item is updated in the list.

Definition

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

Property Value

EventCallbackSortableListEventArgs

See Also