Ribbon for WinForms | ComponentOne
C1.Win.Ribbon 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 EventHandler
    public event EventHandler PressedButtonChanged
    See Also