Xceed DataGrid for Silverlight Documentation
DragDropContext Constructor(FrameworkElement,DraggedElementConfiguration)


The main FrameworkElement that is being dragged.
The configuration to use when creating the instance.

Initializes a new instance of the DragDropContext class using the passed FrameworkElement and DraggedElementConfiguration.

Syntax
'Declaration
 
Public Function New( _
   ByVal draggedElement As FrameworkElement, _
   ByVal configuration As DraggedElementConfiguration _
)
'Usage
 
Dim draggedElement As FrameworkElement
Dim configuration As DraggedElementConfiguration
 
Dim instance As New DragDropContext(draggedElement, configuration)

Parameters

draggedElement
The main FrameworkElement that is being dragged.
configuration
The configuration to use when creating the instance.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

DragDropContext Class
DragDropContext Members
Overload List

Send Feedback