InterfaceIDragDropAware
Interface
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.
Methods
OnDragEnter(DragItemsEventArgs)
Called on drag enter.
Declaration
cs-api-definition
void OnDragEnter(DragItemsEventArgs args)
Parameters
args
OnDragLeave(DragItemsEventArgs)
Called on drag leave.
Declaration
cs-api-definition
void OnDragLeave(DragItemsEventArgs args)
Parameters
args
OnDrop(DragItemsEventArgs)
Called on drop.
Declaration
cs-api-definition
void OnDrop(DragItemsEventArgs args)
Parameters
args