InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputCheckBox Class / MouseLeave Event

In This Topic
    MouseLeave Event (InputCheckBox)
    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