ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonToggleGroup Class / OnPressedButtonChanged Method

In This Topic
    OnPressedButtonChanged Method (RibbonToggleGroup)
    In This Topic
    Raises the PressedButtonChanged event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnPressedButtonChanged( _
       ByVal e As System.EventArgs _
    ) 
    protected virtual void OnPressedButtonChanged( 
       System.EventArgs e
    )

    Parameters

    e
    See Also