SortableListEventArgs Class

Represents the event arguments for the SortableListTItem events.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class SortableListEventArgs : EventArgs
Inheritance
Object    EventArgs    SortableListEventArgs

Constructors

SortableListEventArgs(Int32, Int32) Initializes a new instance of the SortableListEventArgs class.
SortableListEventArgs(Int32, Int32, String, String) Initializes a new instance of the SortableListEventArgs class.

Properties

FromListName Gets the from list name.
NewIndex Gets the new index.
OldIndex Gets the old index.
ToListName Gets the to list name.

See Also