Interface
IDragDropAware

Represents a drag drop aware item.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

cs-api-definition
public interface IDragDropAware

Properties

IsDropPossible

Gets or sets whether drag-drop items in this container is possible.

Declaration

cs-api-definition
bool IsDropPossible { get; }

Property Value

bool

Methods

OnDragEnter(DragItemsEventArgs)

Called on drag enter.

Declaration

cs-api-definition
void OnDragEnter(DragItemsEventArgs args)

Parameters

args

DragItemsEventArgs

OnDragLeave(DragItemsEventArgs)

Called on drag leave.

Declaration

cs-api-definition
void OnDragLeave(DragItemsEventArgs args)

Parameters

args

DragItemsEventArgs

OnDrop(DragItemsEventArgs)

Called on drop.

Declaration

cs-api-definition
void OnDrop(DragItemsEventArgs args)

Parameters

args

DragItemsEventArgs