ImageGear .NET - Updated May 1, 2018
OnArtPageOpenFailed Property (PageView)




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace > PageView Class : OnArtPageOpenFailed Property
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 PageView
Dim value As String
 
instance.OnArtPageOpenFailed = value
 
value = instance.OnArtPageOpenFailed
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

PageView Class
PageView Members