ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonTextBox Class / OnChangeCommitted Method

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

    Parameters

    e
    See Also