New to Telerik UI for BlazorStart a free 30-day trial

The class describes the event arguments of the TelerikListBox<TItem> events that are triggered by the various built-in tools.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Type Parameters:

TItem

Syntax:

C#
public abstract class ListBoxEventArgsBase<TItem>

Inheritance: objectListBoxEventArgsBase<TItem>

Derived Classes: ListBoxDropEventArgs<TItem>ListBoxRemoveEventArgs<TItem>ListBoxReorderEventArgs<TItem>ListBoxTransferEventArgs<TItem>

Constructors

C#
protected ListBoxEventArgsBase()

Properties

Items

List<TItem>

Defines the affected items.

C#
public List<TItem> Items { get; set; }