[]
Fires when the user drags an item into the client area of the hosted control.
[C1Category("DragDrop", "Drag Drop")]
[C1Description("RibbonControlHost.DragEnter", "Fires when the user drags an item into the client area of the hosted control.")]
public event DragEventHandler DragEnter
<C1Category("DragDrop", "Drag Drop")>
<C1Description("RibbonControlHost.DragEnter", "Fires when the user drags an item into the client area of the hosted control.")>
Public Event DragEnter As DragEventHandler
| Type | Description |
|---|---|
| DragEventHandler | Fires when the user drags an item into the client area of the hosted control. |