ImageGear for .NET
OnArtPageOpenFailed Property (ThumbnailView)




Gets or sets user defined Javascript event handler to receive a call to the client artPageOpenFailed event.
Syntax
'Declaration
 
<DescriptionAttribute("A user defined Javascript event handler to receive a call to the Client artPageOpenFailed Event.")>
<CategoryAttribute("Client PageView Control Events")>
Public Property OnArtPageOpenFailed As String
'Usage
 
Dim instance As ThumbnailView
Dim value As String
 
instance.OnArtPageOpenFailed = value
 
value = instance.OnArtPageOpenFailed
[DescriptionAttribute("A user defined Javascript event handler to receive a call to the Client artPageOpenFailed Event.")]
[CategoryAttribute("Client PageView Control Events")]
public string OnArtPageOpenFailed {get; set;}
[DescriptionAttribute("A user defined Javascript event handler to receive a call to the Client artPageOpenFailed Event.")]
[CategoryAttribute("Client PageView Control Events")]
public: __property string* get_OnArtPageOpenFailed();
public: __property void set_OnArtPageOpenFailed( 
   string* value
);
[DescriptionAttribute("A user defined Javascript event handler to receive a call to the Client artPageOpenFailed Event.")]
[CategoryAttribute("Client PageView Control Events")]
public:
property String^ OnArtPageOpenFailed {
   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 ART load fails to open.

See Also

Reference

ThumbnailView Class
ThumbnailView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback