ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonSplitButton Class / OnPressedChanged Method

In This Topic
    OnPressedChanged Method (RibbonSplitButton)
    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