Gets or sets user defined Javascript event handler to receive a call to the client 'pageAddFailed' event.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
<CategoryAttribute("Client ImGearThumbnailList Control Events")>
<DefaultValueAttribute("")>
<DescriptionAttribute("A user defined Javascript event handler to receive a call to the Client addPageFailed Event.")>
Public Property OnPageAddFailed As String
             
        
            
            'Usage
 
Dim instance As ImGearThumbnailList
Dim value As String
 
instance.OnPageAddFailed = value
 
value = instance.OnPageAddFailed
             
        
            
            [Category("Client ImGearThumbnailList Control Events")]
[DefaultValue("")]
[Description("A user defined Javascript event handler to receive a call to the Client addPageFailed Event.")]
public string OnPageAddFailed {get; set;}
             
        
            
            [Category("Client ImGearThumbnailList Control Events")]
[DefaultValue("")]
[Description("A user defined Javascript event handler to receive a call to the Client addPageFailed Event.")]
public: __property string* get_OnPageAddFailed();
public: __property void set_OnPageAddFailed( 
   string* value
);
             
        
            
            [Category("Client ImGearThumbnailList Control Events")]
[DefaultValue("")]
[Description("A user defined Javascript event handler to receive a call to the Client addPageFailed Event.")]
public:
property String^ OnPageAddFailed {
   String^ get();
   void set (    String^ value);
}
             
        
             
        
            
            
            Property Value
string value
 
            
            
            
            
            
            
            
            
            
            
            
            See Also