Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonSplitButton Class / OnPressedChanged Method

In This Topic
    OnPressedChanged Method (RibbonSplitButton)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnPressedChanged( _
       ByVal e As EventArgs _
    ) 
    protected virtual void OnPressedChanged( 
       EventArgs e
    )

    Parameters

    e
    See Also