ImageGear .NET v24.12 - Updated
OnPageOpenFailed Property (ThumbnailView)




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace > ThumbnailView Class : OnPageOpenFailed Property
Gets or sets user defined Javascript event handler to receive a call to the client pageOpenFailed event.
Syntax
'Declaration
 
<DescriptionAttribute("A user defined Javascript event handler to receive a call to the Client pageOpenFailed Event.")>
<CategoryAttribute("ThumbnailView Client Events")>
Public Property OnPageOpenFailed As String
'Usage
 
Dim instance As ThumbnailView
Dim value As String
 
instance.OnPageOpenFailed = value
 
value = instance.OnPageOpenFailed
[Description("A user defined Javascript event handler to receive a call to the Client pageOpenFailed Event.")]
[Category("ThumbnailView Client Events")]
public string OnPageOpenFailed {get; set;}
[Description("A user defined Javascript event handler to receive a call to the Client pageOpenFailed Event.")]
[Category("ThumbnailView Client Events")]
public: __property string* get_OnPageOpenFailed();
public: __property void set_OnPageOpenFailed( 
   string* value
);
[Description("A user defined Javascript event handler to receive a call to the Client pageOpenFailed Event.")]
[Category("ThumbnailView Client Events")]
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

Reference

ThumbnailView Class
ThumbnailView Members