TrackBarValueChanged Event

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

Definition

Namespace: BeeMobile.TrackBar
Assembly: BeeMobile.TrackBar.NET48 (in BeeMobile.TrackBar.NET48.dll) Version: 4.8.0.7
C#
public event EventHandler ValueChanged

Value

EventHandler

See Also