RadzenDropZoneItemEventArgs<TItem> Class

Supplies information about RadzenDropZoneContainer CanDrop function and RadzenDropZone Drop event.

Inheritance

Object

RadzenDropZoneItemEventArgs<TItem>

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class RadzenDropZoneItemEventArgs<TItem>

Type Parameters

Name Description
TItem

Constructors

RadzenDropZoneItemEventArgs<TItem>Link to this section

Supplies information about RadzenDropZoneContainer CanDrop function and RadzenDropZone Drop event.

Declaration
public RadzenDropZoneItemEventArgs<TItem>()

Properties

DataTransferLink to this section

The data that underlies a drag-and-drop operation, known as the drag data store. See DataTransfer.

Declaration
public DataTransfer DataTransfer { get; set; }
Property Value
Type Description
DataTransferThe data that underlies a drag-and-drop operation, known as the drag data store. See DataTransfer.

FromZoneLink to this section

Gets the dragged item zone.

Declaration
public RadzenDropZone<TItem> FromZone { get; }
Property Value
Type Description
RadzenDropZone<TItem>Gets the dragged item zone.

ItemLink to this section

Gets the dragged item.

Declaration
public TItem Item { get; }
Property Value
Type Description
TItemGets the dragged item.

ToItemLink to this section

Gets the dropped item.

Declaration
public TItem ToItem { get; }
Property Value
Type Description
TItemGets the dropped item.

ToZoneLink to this section

Gets the drop zone.

Declaration
public RadzenDropZone<TItem> ToZone { get; }
Property Value
Type Description
RadzenDropZone<TItem>Gets the drop zone.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙