Event ValueChanged
Occurs when the Value property of a slider changes, either by movement of the scroll box or by manipulation in code.
public event EventHandler? ValueChanged
Returns
- EventHandler
- Occurs when the property of a slider changes, either by movement of the scroll box or by manipulation in code.
Remarks
You can use this event to update other controls when the value represented in the slider changes.