Kendo.Mvc.UI.Fluent.SliderEventBuilder
Defines the fluent API for configuring the Kendo UI Slider for ASP.NET MVC events.
Methods
Change(System.String)
Fires when the slider value changes as a result of selecting a new value with the drag handle, buttons or keyboard.
For additional information check the change event documentation.
Parameters
handler System.String
The name of the JavaScript function that will handle the change event.
Change(System.Func<System.Object,System.Object>)
Fires when the slider value changes as a result of selecting a new value with the drag handle, buttons or keyboard.
For additional information check the change event documentation.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag.
Slide(System.String)
Fires when the user drags the drag handle to a new position.
For additional information check the slide event documentation.
Parameters
handler System.String
The name of the JavaScript function that will handle the slide event.
Slide(System.Func<System.Object,System.Object>)
Fires when the user drags the drag handle to a new position.
For additional information check the slide event documentation.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag.