Class
ListBoxEventArgsBase<TItem>

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:

cs-api-definition
public abstract class ListBoxEventArgsBase<TItem>

Inheritance: objectListBoxEventArgsBase<TItem>

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

Constructors

ListBoxEventArgsBase()

Declaration

cs-api-definition
protected ListBoxEventArgsBase()

Properties

Items

Defines the affected items.

Declaration

cs-api-definition
public List<TItem> Items { get; set; }

Property Value

List<TItem>