System.Windows.Forms.TrackBar: Event Members

The events of System.Windows.Forms.TrackBar are listed below. For a list of all members, see the TrackBar Members list.

See Also: Inherited members from System.Windows.Forms.Control

Public Events

AutoSizeChanged

Occurs when the value of the TrackBar.AutoSize property changes.

BackgroundImageChanged

Occurs when the TrackBar.BackgroundImage property changes.

BackgroundImageLayoutChanged

Occurs when the TrackBar.BackgroundImageLayout property changes.

Click

Occurs when the user clicks the System.Windows.Forms.TrackBar control.

DoubleClick

Occurs when the user double-clicks the System.Windows.Forms.TrackBar control.

FontChanged

Occurs when the TrackBar.Font property changes.

ForeColorChanged

Occurs when the TrackBar.ForeColor property changes.

ImeModeChanged

Occurs when the TrackBar.ImeMode property changes.

MouseClick

Occurs when the user clicks the System.Windows.Forms.TrackBar control.

MouseDoubleClick

Occurs when the user double-clicks the System.Windows.Forms.TrackBar control.

PaddingChanged

Occurs when the value of the TrackBar.Padding property changes.

Paint

Occurs when the System.Windows.Forms.TrackBar control is drawn.

RightToLeftLayoutChanged

Occurs when the value of the TrackBar.RightToLeftLayout property changes.

Scroll

Occurs when either a mouse or keyboard action moves the scroll box.

TextChanged

Occurs when the TrackBar.Text property changes.

ValueChanged

Occurs when the TrackBar.Value property of a track bar changes, either by movement of the scroll box or by manipulation in code.