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