ImageGear .NET v24.12 - Updated
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
 
<DescriptionAttribute("A user defined Javascript event handler to receive a call to the Client addPageFailed Event.")>
<DefaultValueAttribute("")>
<CategoryAttribute("Client ImGearThumbnailList Control Events")>
Public Property OnPageAddFailed As String
'Usage
 
Dim instance As ImGearThumbnailList
Dim value As String
 
instance.OnPageAddFailed = value
 
value = instance.OnPageAddFailed
[Description("A user defined Javascript event handler to receive a call to the Client addPageFailed Event.")]
[DefaultValue("")]
[Category("Client ImGearThumbnailList Control Events")]
public string OnPageAddFailed {get; set;}
[Description("A user defined Javascript event handler to receive a call to the Client addPageFailed Event.")]
[DefaultValue("")]
[Category("Client ImGearThumbnailList Control Events")]
public: __property string* get_OnPageAddFailed();
public: __property void set_OnPageAddFailed( 
   string* value
);
[Description("A user defined Javascript event handler to receive a call to the Client addPageFailed Event.")]
[DefaultValue("")]
[Category("Client ImGearThumbnailList Control Events")]
public:
property String^ OnPageAddFailed {
   String^ get();
   void set (    String^ value);
}

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