ImageGear .NET v24.12 - Updated
artPageOpenFailed Event

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > ImGearDocument class : artPageOpenFailed Event
Indicates that a new ART page failed to open in the document.
Syntax
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);
Remarks

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:

See Also

Reference

ImGearDocument class
ImGearDocument Members