'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