ASP.NET Ajax Javascript (Specification) | |
---|---|
function add_artPageOpenFailed(handler : Function) function remove_artPageOpenFailed(handler : Function) |
ASP.NET Ajax Javascript (Usage) | |
---|---|
.add_artPageOpenFailed(handler); .remove_artPageOpenFailed(handler); |
ASP.NET Ajax Javascript (Specification) | |
---|---|
function add_artPageOpenFailed(handler : Function) function remove_artPageOpenFailed(handler : Function) |
ASP.NET Ajax Javascript (Usage) | |
---|---|
.add_artPageOpenFailed(handler); .remove_artPageOpenFailed(handler); |
The ImGearDocument will raise this event whenever one or more pages fail to load in the document.
The document will provide a ImGearPageOpenFailedEventArgs which contains one parameter, an exception object.
This object contains an exception object which may be of the following type in the list: