ToolBar.BackColorChanged Event

Definition

Occurs when the BackColor property changes.

public:
 event EventHandler ^ BackColorChanged;
[System.ComponentModel.Browsable(false)]
public event EventHandler BackColorChanged;
[<System.ComponentModel.Browsable(false)>]
member this.BackColorChanged : EventHandler 
Public Custom Event BackColorChanged As EventHandler 

Event Type

Attributes

Remarks

The BackColor property is not meaningful for this control, although you can change its value and handle the BackColorChanged event to detect the change.

Applies to