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

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