ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonTab Class / MouseLeave Event

In This Topic
    MouseLeave Event (RibbonTab)
    In This Topic
    Occurs when the mouse leaves the tab header.
    Syntax
    'Declaration
     
    Public Event MouseLeave As System.EventHandler
    public event System.EventHandler MouseLeave
    See Also