Xceed Toolkit Plus for WPF v4.6 Documentation
DragDropContext Property (PrepareDragEventArgs)


Xceed.Wpf.ListBox Assembly > Xceed.Wpf.ListBox Namespace > PrepareDragEventArgs Class : DragDropContext Property
Gets the DragDropContext of the drag or drop operation.
Syntax
'Declaration
 
Public ReadOnly Property DragDropContext As DragDropContext
'Usage
 
Dim instance As PrepareDragEventArgs
Dim value As DragDropContext
 
instance.DragDropContext = value
 
value = instance.DragDropContext
public DragDropContext DragDropContext {get;}

Property Value

The DragDropContext of the drag or drop operation.
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