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
Constructors
C#
public ListBoxTransferEventArgs()
Properties
The id of the component to which the items are being transferred to.
C#
public string DestinationListBoxId { get; set; }