[]
Fires when the user drags an item and the mouse pointer is no longer over the client area of the hosted control.
[C1Category("DragDrop", "Drag Drop")]
[C1Description("RibbonControlHost.DragLeave", "Fires when the user drags an item and the mouse pointer is no longer over the client area of the hosted control.")]
public event EventHandler DragLeave
<C1Category("DragDrop", "Drag Drop")>
<C1Description("RibbonControlHost.DragLeave", "Fires when the user drags an item and the mouse pointer is no longer over the client area of the hosted control.")>
Public Event DragLeave As EventHandler
| Type | Description |
|---|---|
| EventHandler | Fires when the user drags an item and the mouse pointer is no longer over the client area of the hosted control. |