ImageGear .NET - Updated
pageAddFailed Event

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > ImGearThumbnailList class : pageAddFailed Event
Indicates that a page failed to load in a thumbnail.
Syntax
ASP.NET Ajax Javascript (Specification) 
function add_pageAddFailed(handler : Function)
function remove_pageAddFailed(handler : Function)
ASP.NET Ajax Javascript (Usage) 
.add_pageAddFailed(handler);
.remove_pageAddFailed(handler);
Remarks

The ImGearThumbnailList control will raise this event whenever a page fails to load in a thumbnail.

Normally, the ImgearThumbnailList will raise this event wehn a page fails to load in a a thumbnail.

When the ImGearThumbnailList raises this event, it will provide an instance of an exception object ImGearPageOpenFailedEventArgs as the event argument. This object contains an exception object whhich may be of the following type in the list:

See Also

Reference

ImGearThumbnailList class
ImGearThumbnailList Members