ImageGear21.Web Assembly > ImageGear.Web.UI Namespace > PageView Class : OnPageOpenFailed Property |
'Declaration <CategoryAttribute("Client PageView Control Events")> <DescriptionAttribute("A user defined Javascript event handler to receive a call to the Client pageOpenFailed Event.")> Public Property OnPageOpenFailed As String
'Usage Dim instance As PageView Dim value As String instance.OnPageOpenFailed = value value = instance.OnPageOpenFailed
[CategoryAttribute("Client PageView Control Events")] [DescriptionAttribute("A user defined Javascript event handler to receive a call to the Client pageOpenFailed Event.")] public string OnPageOpenFailed {get; set;}
[CategoryAttribute("Client PageView Control Events")] [DescriptionAttribute("A user defined Javascript event handler to receive a call to the Client pageOpenFailed Event.")] public: __property string* get_OnPageOpenFailed(); public: __property void set_OnPageOpenFailed( string* value );
[CategoryAttribute("Client PageView Control Events")] [DescriptionAttribute("A user defined Javascript event handler to receive a call to the Client pageOpenFailed Event.")] public: property String^ OnPageOpenFailed { String^ get(); void set ( String^ value); }
This event will be raised when an apge fails to open.