Fires when the slider value has been changed.

Namespace:  C1.Web.UI.Controls.C1Slider
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[C1CategoryAttribute("Category.Behavior")]
public event C1SliderEventHandler ValueChanged
Visual Basic
<C1CategoryAttribute("Category.Behavior")> _
Public Event ValueChanged As C1SliderEventHandler

See Also