ClassListBoxReorderEventArgs<TItem>
Class
The class describes the event arguments of the OnReorder event.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Type Parameters:
TItem
Syntax:
cs-api-definition
public class ListBoxReorderEventArgs<TItem> : ListBoxEventArgsBase<TItem>
Inheritance: objectListBoxEventArgsBase<TItem>ListBoxReorderEventArgs<TItem>
Inherited Members
Constructors
ListBoxReorderEventArgs()
Declaration
cs-api-definition
public ListBoxReorderEventArgs()