ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonControlHost Class / BackColorChanged Event

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