InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputDropDown Class / ChangeCommitted Event

In This Topic
    ChangeCommitted Event (InputDropDown)
    In This Topic
    Fires when the user commits changes to the component contents.
    Syntax
    'Declaration
     
    Public Event ChangeCommitted As EventHandler
    public event EventHandler ChangeCommitted
    See Also