Xceed Toolkit Plus for WPF v4.6 Documentation
PrepareDragEventArgs Constructor


Xceed.Wpf.ListBox Assembly > Xceed.Wpf.ListBox Namespace > PrepareDragEventArgs Class : PrepareDragEventArgs Constructor
The DragDropContext used to create this instance.
Initializes a new instance of the PrepareDragEventArgs class using the specified DragDropContext.
Syntax
'Declaration
 
Public Function New( _
   ByVal dragDropContext As DragDropContext _
)
'Usage
 
Dim dragDropContext As DragDropContext
 
Dim instance As New PrepareDragEventArgs(dragDropContext)
public PrepareDragEventArgs( 
   DragDropContext dragDropContext
)

Parameters

dragDropContext
The DragDropContext used to create this instance.
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

PrepareDragEventArgs Class
PrepareDragEventArgs Members