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


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

Parameters

draggedElement
configuration
siblingDraggedElements
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