Input for WinForms | ComponentOne
C1.Framework Namespace / ControlHostElement Class / OnTextChanged Method
System.EventArgs that contains the event data.

In This Topic
    OnTextChanged Method (ControlHostElement)
    In This Topic
    Override to get text change notifications.
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnTextChanged( _
       ByVal e As EventArgs _
    ) 
    public virtual void OnTextChanged( 
       EventArgs e
    )

    Parameters

    e
    System.EventArgs that contains the event data.
    See Also