RangeSliderEventBuilder
Methods
Change(System.String)
Defines the handler of the Change client-side event. Fires when the RangeSlider value changes as a result of selecting a new value with one of the drag handles or the keyboard.
For more information see Change event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the Change event.
RETURNS
Returns the current instance of RangeSliderEventBuilder .
Change(System.Func)
Defines the handler of the Change client-side event. Fires when the RangeSlider value changes as a result of selecting a new value with one of the drag handles or the keyboard.
For more information see Change event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current instance of RangeSliderEventBuilder .
Slide(System.String)
Defines the handler of the Slide client-side event. Fires when the user drags the drag handle to a new position.
For more information see Slide event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the Slide event.
RETURNS
Returns the current instance of RangeSliderEventBuilder .
Slide(System.Func)
Defines the handler of the Slide client-side event. Fires when the user drags the drag handle to a new position.
For more information see Slide event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current instance of RangeSliderEventBuilder .