[]
Fires when the user drags an item and the user releases the mouse button, indicating that the item should be dropped into the hosted control.
[C1Category("DragDrop", "Drag Drop")]
[C1Description("RibbonControlHost.DragDrop", "Fires when the user drags an item and the user releases the mouse button, indicating that the item should be dropped into the hosted control.")]
public event DragEventHandler DragDrop
<C1Category("DragDrop", "Drag Drop")>
<C1Description("RibbonControlHost.DragDrop", "Fires when the user drags an item and the user releases the mouse button, indicating that the item should be dropped into the hosted control.")>
Public Event DragDrop As DragEventHandler
| Type | Description |
|---|---|
| DragEventHandler | Fires when the user drags an item and the user releases the mouse button, indicating that the item should be dropped into the hosted control. |