InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputComponent Class / TextChanged Event

In This Topic
    TextChanged Event (InputComponent)
    In This Topic
    Fires when the value of the Text property changes.
    Syntax
    'Declaration
     
    Public Event TextChanged As EventHandler
    public event EventHandler TextChanged
    See Also