InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputTrackBar Class / MouseLeave Event

In This Topic
    MouseLeave Event (InputTrackBar)
    In This Topic
    Fires when the mouse leaves the bounds of a component.
    Syntax
    'Declaration
     
    Public Event MouseLeave As EventHandler
    public event EventHandler MouseLeave
    See Also