Wijmo UI for the Web
pagebeforechange Event
wijmo.appview.wijappview Namespace > options type : pagebeforechange Event
Standard jQuery event object
Information about an event
Fires before the current page is changed
Syntax
var instance; // Type: options
instance.pagebeforechange = function(e, args) { };
pagebeforechange = function ( 
   e : jQuery.Event,
   args : IPageChangeEventArgs
) { };

Parameters

e
Standard jQuery event object
args
Information about an event
See Also

Reference

options type