ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1TextBox Class / OnTextChanged Method
An System.EventArgs that contains the event data.

In This Topic
    OnTextChanged Method (C1TextBox)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnTextChanged( _
       ByVal e As EventArgs _
    ) 
    protected override void OnTextChanged( 
       EventArgs e
    )

    Parameters

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