InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputControlHost Class / DragLeave Event

In This Topic
    DragLeave Event (InputControlHost)
    In This Topic
    Fires when the user drags an item and the mouse pointer is no longer over the client area of the hosted control.
    Syntax
    'Declaration
     
    Public Event DragLeave As EventHandler
    public event EventHandler DragLeave
    See Also