ToolBar.BackgroundImageChanged Event

Definition

Occurs when the BackgroundImage property changes.

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

Event Type

Attributes

Remarks

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

Applies to