MobileScrollViewEventBuilder
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 more information see Changing event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the changing event.
Changing(System.Func)
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 more information see Changing event.
Parameters
handler - System.Func<Object,Object>
The code of the JavaScript function that will handle the changing event.
Change(System.String)
Fires when the widget page is changed.
For more information see Change event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the change event.
Change(System.Func)
Fires when the widget page is changed.
For more information see Change event.
Parameters
handler - System.Func<Object,Object>
The code of the JavaScript function that will handle the change event.
Refresh(System.String)
Fires when widget refreshes
For more information see Refresh event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the refresh event.
Refresh(System.Func)
Fires when widget refreshes
For more information see Refresh event.
Parameters
handler - System.Func<Object,Object>
The code of the JavaScript function that will handle the refresh event.