TrackBar.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)]
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 has no effect on the appearance of the TrackBar control; therefore, it is hidden in the designer and from IntelliSense.

Applies to