Version

NodeDragDrop Event

Event raised when a drag / drop operation ends with a drop action.
Syntax
'Declaration
 
Public Event NodeDragDrop As EventHandler(Of TreeDropEventArgs)
public event EventHandler<TreeDropEventArgs> NodeDragDrop
Event Data

The event handler receives an argument of type TreeDropEventArgs containing data related to this event. The following TreeDropEventArgs properties provide information specific to this event.

PropertyDescription
DragDropEventArgs Gets the Infragistics.DragDrop.DragDropEventArgs object which were generated for this event.
DropDestination Gets the TreeDropDestination value which determines where the drop is perceived when a XamDataTreeNode is dropped in relation to it's drop target.
Handled (Inherited from Infragistics.HandleableEventArgs) 
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also