Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonToggleButton Class / PressedButtonChanged Event

In This Topic
    PressedButtonChanged Event (RibbonToggleButton)
    In This Topic
    Occurs when the Pressed property is changed for some button that belongs to the same toggle group.
    Syntax
    'Declaration
     
    
    Public Event PressedButtonChanged As EventHandler
    public event EventHandler PressedButtonChanged
    See Also