FlexChart | ComponentOne
C1.Win.Ribbon.8 Assembly / C1.Win.Ribbon Namespace / RibbonToggleButton Class / OnPressedChanged Method

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

    Parameters

    e
    See Also