ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonItem Class / MouseEnter Event

In This Topic
    MouseEnter Event (RibbonItem)
    In This Topic
    Occurs when the mouse enters the item.
    Syntax
    'Declaration
     
    Public Event MouseEnter As System.EventHandler
    public event System.EventHandler MouseEnter
    See Also