System.Windows.Forms.TrackBar.ValueChanged Event

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

Syntax

public event EventHandler ValueChanged

Remarks

You can use this event to update other controls when the value represented in the track bar changes.

For more information about handling events, see Consuming Events.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0