Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1ContextMenu Class / BackColorChanged Event

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