ImageGear .NET - Updated May 30, 2018
OnPageAddFailed Property




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace > ImGearThumbnailList Class : OnPageAddFailed Property
Gets or sets user defined Javascript event handler to receive a call to the client 'pageAddFailed' event.
Syntax
'Declaration
 
<CategoryAttribute("Client ImGearThumbnailList Control Events")>
<DescriptionAttribute("A user defined Javascript event handler to receive a call to the Client addPageFailed Event.")>
<DefaultValueAttribute()>
Public Property OnPageAddFailed As String
 
'Usage
 
Dim instance As ImGearThumbnailList
Dim value As String
 
instance.OnPageAddFailed = value
 
value = instance.OnPageAddFailed

Property Value

string value
Remarks
The string value is the name of the Javascript event handler name. This event will be raised when the client control fails to add a page to the ThumbnailList.
See Also

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members