ImageGear .NET v25.2 - Updated
ImageGear.Web Assembly / ImageGear.Web.UI Namespace / ThumbnailView Class / OnPageOpenFailed Property




In This Topic
    OnPageOpenFailed Property (ThumbnailView)
    In This Topic
    Gets or sets user defined Javascript event handler to receive a call to the client pageOpenFailed event.
    Syntax
    'Declaration
     
    <CategoryAttribute("ThumbnailView Client Events")>
    <DescriptionAttribute("A user defined Javascript event handler to receive a call to the Client pageOpenFailed Event.")>
    Public Property OnPageOpenFailed As String
    'Usage
     
    Dim instance As ThumbnailView
    Dim value As String
     
    instance.OnPageOpenFailed = value
     
    value = instance.OnPageOpenFailed
    [Category("ThumbnailView Client Events")]
    [Description("A user defined Javascript event handler to receive a call to the Client pageOpenFailed Event.")]
    public string OnPageOpenFailed {get; set;}
    [Category("ThumbnailView Client Events")]
    [Description("A user defined Javascript event handler to receive a call to the Client pageOpenFailed Event.")]
    public: __property string* get_OnPageOpenFailed();
    public: __property void set_OnPageOpenFailed( 
       string* value
    );
    [Category("ThumbnailView Client Events")]
    [Description("A user defined Javascript event handler to receive a call to the Client pageOpenFailed Event.")]
    public:
    property String^ OnPageOpenFailed {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    The string value is the name of the Javascript event handler name.

    This event will be raised when an image fails to open.

    See Also