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

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