Xceed.Silverlight.Controls.v2.0 Assembly > Xceed.Silverlight.DragDrop Namespace > DragDropContext Class > DragDropContext Constructor : DragDropContext Constructor(FrameworkElement,DraggedElementConfiguration) |
Initializes a new instance of the DragDropContext class using the passed FrameworkElement and DraggedElementConfiguration.
'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)
public DragDropContext( FrameworkElement draggedElement, DraggedElementConfiguration configuration )
Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family