InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel 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