ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonTrackBar Class / OnPlusClick Method

In This Topic
    OnPlusClick Method
    In This Topic
    Raises the PlusClick event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnPlusClick( _
       ByVal e As System.ComponentModel.CancelEventArgs _
    ) 
    protected virtual void OnPlusClick( 
       System.ComponentModel.CancelEventArgs e
    )

    Parameters

    e
    See Also