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

The class describes the event arguments of the OnTransfer event.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Type Parameters:

TItem

Syntax:

C#
public class ListBoxTransferEventArgs<TItem> : ListBoxEventArgsBase<TItem>

Inheritance: objectListBoxEventArgsBase<TItem>ListBoxTransferEventArgs<TItem>

Inherited Members ListBoxEventArgsBase<TItem>.Items

Constructors

C#
public ListBoxTransferEventArgs()

Properties

The id of the component to which the items are being transferred to.

C#
public string DestinationListBoxId { get; set; }