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
[Category("Client ImGearThumbnailList Control Events")]
[Description("A user defined Javascript event handler to receive a call to the Client addPageFailed Event.")]
[DefaultValue()]
public string OnPageAddFailed {get; set;}
[Category("Client ImGearThumbnailList Control Events")]
[Description("A user defined Javascript event handler to receive a call to the Client addPageFailed Event.")]
[DefaultValue()]
public: __property string* get_OnPageAddFailed();
public: __property void set_OnPageAddFailed(
string* value
);
[Category("Client ImGearThumbnailList Control Events")]
[Description("A user defined Javascript event handler to receive a call to the Client addPageFailed Event.")]
[DefaultValue()]
public:
property String^ OnPageAddFailed {
String^ get();
void set ( String^ value);
}
Property Value
string value
See Also