Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonNumericBox Class / OnTextChanged Method

In This Topic
    OnTextChanged Method (RibbonNumericBox)
    In This Topic
    Raises the TextChanged event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnTextChanged( _
       ByVal e As EventArgs _
    ) 
    protected virtual void OnTextChanged( 
       EventArgs e
    )

    Parameters

    e
    See Also