InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputControlHost Class / BackColorChanged Event

In This Topic
    BackColorChanged Event (InputControlHost)
    In This Topic
    Fires when the value of the BackColor property changes.
    Syntax
    'Declaration
     
    Public Event BackColorChanged As EventHandler
    public event EventHandler BackColorChanged
    See Also