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

Parameters

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

Reference

options type