The C1Slider type exposes the following members.

Events

  Name Description
Public event BeforeValue2Changing
Fires before the value2 of slider is changing
Public event BeforeValueChanging
Fires before the value of slider is changing
Public event ButtonClick
Fires on client side when the button of slider is clicked.
Public event ButtonMouseDown
Fires on client side when the mouse is down on the button.
Public event ButtonMouseOut
Fires on client side when the user moves the mouse pointer outside the boundaries of the button.
Public event ButtonMouseOver
Fires on client side when the mouse is over the button.
Public event ButtonMouseUp
Fires on client side when the mouse is released from the button.
Public event Load
Fires after the slider loads on the page
Public event Value2Changed
Fires when the value2 of slider has changed
Public event Value2Changing
Fires when the value2 of slider is changing
Public event ValueChanged
Fires when the value of slider has changed
Public event ValueChanging
Fires when the value of slider is changing

See Also