ImageGear .NET v24.12 - Updated
artPageOpenFailed Event

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > ThumbnailView class : artPageOpenFailed Event
Indicates the viewer failed to open ART data for requested page.
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 viewer will raise this event whenever it fails to load ART data for requested page (usually as the result of a call to the openPage function).

Because the viewer must interact with the server, there will be some delay between the time you call openPage and the time the viewer raises this event. Normally, the viewer will raise this event after a call to the openPage function fails to load a page.

When the viewer raises this event, it will provide an instance of an exception object ImGearPageOpenFailedEventArgs as the event argument. This object contains the page number for ART data that is requested. Also, this object contains an exception object, which may be of the following type in the list:

See Also

Reference

ThumbnailView class
ThumbnailView Members