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