Event ValueChanged
Occurs when the Value property has been changed in some way.
public event EventHandler? ValueChanged
Returns
- EventHandler
- Occurs when the property has been changed in some way.
Remarks
For the ValueChanged event to occur, the Value property can be changed in code, by clicking the up or down button, or by the user entering a new value that is read by the control.