Class ListBoxEventArgsBase<TItem>
The class describes the event arguments of the TelerikListBox<TItem> events that are triggered by the various built-in tools.
Inheritance
System.Object
ListBoxEventArgsBase<TItem>
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public abstract class ListBoxEventArgsBase<TItem> : Object
Type Parameters
TItem
|
Constructors
ListBoxEventArgsBase()
Declaration
protected ListBoxEventArgsBase()
Properties
Items
Defines the affected items.
Declaration
public List<TItem> Items { get; set; }
Property Value
System.Collections.Generic.List<TItem>
|