Click or drag to resize

Slider.ValueChanged Event

Occurs when the Value property is changed.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public event EventHandler<EventArgs> ValueChanged

Value

Type: System.EventHandler<EventArgs>
See Also