Interface IDragDropAware
Represents a drag drop aware item.
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public interface IDragDropAware
Properties
IsDropPossible
Gets or sets whether drag-drop items in this container is possible.
Declaration
bool IsDropPossible { get; }
Property Value
System.Boolean
|
Methods
OnDragEnter(DragItemsEventArgs)
Called on drag enter.
Declaration
void OnDragEnter(DragItemsEventArgs args)
Parameters
DragItemsEventArgs
args
|
OnDragLeave(DragItemsEventArgs)
Called on drag leave.
Declaration
void OnDragLeave(DragItemsEventArgs args)
Parameters
DragItemsEventArgs
args
|