[]
        
(Showing Draft Content)

C1.Win.Ribbon.RibbonControlHost.DragLeave

DragLeave Event

Fires when the user drags an item and the mouse pointer is no longer over the client area of the hosted control.

Namespace: C1.Win.Ribbon
Assembly: C1.Win.Ribbon.4.8.dll
Syntax
[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
Returns
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.