InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputDropDown Class / BoundValueChanged Event

In This Topic
    BoundValueChanged Event (InputDropDown)
    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