InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputTextBox Class / BoundValueChanged Event

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