Back to Devexpress

ToolboxControl.DragItemMove Event

windowsforms-devexpress-dot-xtratoolbox-dot-toolboxcontrol-ddac45b9.md

latest2.0 KB
Original Source

ToolboxControl.DragItemMove Event

Fires during item dragging. Allows you to specify the drop effect in the current position.

Namespace : DevExpress.XtraToolbox

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Events")]
public event ToolboxDragItemMoveEventHandler DragItemMove
vb
<DXCategory("Events")>
Public Event DragItemMove As ToolboxDragItemMoveEventHandler

Event Data

The DragItemMove event's data class is ToolboxDragItemMoveEventArgs. The following properties provide information specific to this event:

PropertyDescription
CancelGets or sets whether a drag-and-drop operation should be canceled.
DragDropEffectsGets or sets the target drop effect in a drag-and-drop operation.
LocationGets the location of the mouse during the mouse generating event.

Remarks

See the ToolboxControl.DragItemStart event for details.

See Also

DragItemStart

DragItemDrop

ToolboxControl Class

ToolboxControl Members

DevExpress.XtraToolbox Namespace