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

Parameters

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

Reference

options type