Kendo.Mvc.UI.Fluent.MobileScrollViewEventBuilder
Defines the fluent API for configuring the Kendo MobileScrollView for ASP.NET MVC events.
Methods
Changing(System.String)
Fires before the widget page is changed. The change can be prevented by calling the preventDefault method of the event parameter, in which case the widget will snap back to the current page.
For additional information check the changing event documentation.
Parameters
handler System.String
The name of the JavaScript function that will handle the changing event.
Changing(System.Func<System.Object,System.Object>)
Fires before the widget page is changed. The change can be prevented by calling the preventDefault method of the event parameter, in which case the widget will snap back to the current page.
For additional information check the changing event documentation.
Parameters
handler System.Func<System.Object,System.Object>
The code of the JavaScript function that will handle the changing event.
Change(System.String)
Fires when the widget page is changed.
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 widget page is changed.
For additional information check the change event documentation.
Parameters
handler System.Func<System.Object,System.Object>
The code of the JavaScript function that will handle the change event.
Refresh(System.String)
Fires when widget refreshes
For additional information check the refresh event documentation.
Parameters
handler System.String
The name of the JavaScript function that will handle the refresh event.
Refresh(System.Func<System.Object,System.Object>)
Fires when widget refreshes
For additional information check the refresh event documentation.
Parameters
handler System.Func<System.Object,System.Object>
The code of the JavaScript function that will handle the refresh event.