InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputComboBox Class / ValueMemberChanged Event

In This Topic
    ValueMemberChanged Event (InputComboBox)
    In This Topic
    Fires when the ValueMember property changes.
    Syntax
    'Declaration
     
    Public Event ValueMemberChanged As EventHandler
    public event EventHandler ValueMemberChanged
    See Also