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

Supplies information about RadzenDropZoneContainer CanDrop function and RadzenDropZone Drop event.

Declaration
public RadzenDropZoneItemEventArgs<TItem>()

Properties

DataTransferlink

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

Gets the dragged item zone.

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

Itemlink

Gets the dragged item.

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

ToItemlink

Gets the dropped item.

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

ToZonelink

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 🗙