'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)
public DragDropContext( FrameworkElement draggedElement, DraggedElementConfiguration configuration, IEnumerable<FrameworkElement> siblingDraggedElements )
Parameters
- draggedElement
- configuration
- siblingDraggedElements