ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonToggleGroup Class / PressedButtonChanged Event

In This Topic
    PressedButtonChanged Event (RibbonToggleGroup)
    In This Topic
    Occurs when the Pressed property is changed for some button.
    Syntax
    'Declaration
     
    Public Event PressedButtonChanged As System.EventHandler
    public event System.EventHandler PressedButtonChanged
    See Also