Xceed Toolkit Plus for WPF v4.6 Documentation
DragDropContext Constructor(FrameworkElement,FrameworkElement,IEnumerable<FrameworkElement>,DraggedElementConfiguration,Object)


Xceed.Wpf.ListBox Assembly > Xceed.Wpf.DragDrop Namespace > DragDropContext Class > DragDropContext Constructor : DragDropContext Constructor(FrameworkElement,FrameworkElement,IEnumerable<FrameworkElement>,DraggedElementConfiguration,Object)
Initializes a new instance of the DragDropContext class.
Syntax
'Declaration
 
Public Function New( _
   ByVal draggedElement As FrameworkElement, _
   ByVal draggedElementRoot As FrameworkElement, _
   ByVal siblingDraggedElements As IEnumerable(Of FrameworkElement), _
   ByVal configuration As DraggedElementConfiguration, _
   ByVal data As Object _
)
'Usage
 
Dim draggedElement As FrameworkElement
Dim draggedElementRoot As FrameworkElement
Dim siblingDraggedElements As IEnumerable(Of FrameworkElement)
Dim configuration As DraggedElementConfiguration
Dim data As Object
 
Dim instance As New DragDropContext(draggedElement, draggedElementRoot, siblingDraggedElements, configuration, data)

Parameters

draggedElement
draggedElementRoot
siblingDraggedElements
configuration
data
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, 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

Reference

DragDropContext Class
DragDropContext Members
Overload List