ImageGear22.Web Assembly > ImageGear.Web.UI Namespace > ThumbnailView Class : OnPageOpening Property |
'Declaration <DescriptionAttribute("A user defined Javascript event handler to receive a call to the Client pageOpening Event.")> <CategoryAttribute("ThumbnailView Client Events")> Public Property OnPageOpening As String
'Usage Dim instance As ThumbnailView Dim value As String instance.OnPageOpening = value value = instance.OnPageOpening
[Description("A user defined Javascript event handler to receive a call to the Client pageOpening Event.")] [Category("ThumbnailView Client Events")] public string OnPageOpening {get; set;}
[Description("A user defined Javascript event handler to receive a call to the Client pageOpening Event.")] [Category("ThumbnailView Client Events")] public: __property string* get_OnPageOpening(); public: __property void set_OnPageOpening( string* value );
[Description("A user defined Javascript event handler to receive a call to the Client pageOpening Event.")] [Category("ThumbnailView Client Events")] public: property String^ OnPageOpening { String^ get(); void set ( String^ value); }
This event will be raised before the image attributes have been requested from the server, so the viewer will be entering into a funny state between the current and future image