ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / ImGearDocument class / artPageOpenFailed Event

In This Topic
    artPageOpenFailed Event
    In This Topic
    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