ImageGear for .NET
OnPageOpening Property (PageView)




Gets or sets user defined Javascript event handler to receive a call to the client imageOpening event.
Syntax
'Declaration
 
<CategoryAttribute("Client PageView Control Events")>
<DescriptionAttribute("A user defined Javascript event handler to receive a call to the Client imageOpening Event.")>
Public Property OnPageOpening As String
'Usage
 
Dim instance As PageView
Dim value As String
 
instance.OnPageOpening = value
 
value = instance.OnPageOpening
[CategoryAttribute("Client PageView Control Events")]
[DescriptionAttribute("A user defined Javascript event handler to receive a call to the Client imageOpening Event.")]
public string OnPageOpening {get; set;}
[CategoryAttribute("Client PageView Control Events")]
[DescriptionAttribute("A user defined Javascript event handler to receive a call to the Client imageOpening Event.")]
public: __property string* get_OnPageOpening();
public: __property void set_OnPageOpening( 
   string* value
);
[CategoryAttribute("Client PageView Control Events")]
[DescriptionAttribute("A user defined Javascript event handler to receive a call to the Client imageOpening Event.")]
public:
property String^ OnPageOpening {
   String^ get();
   void set (    String^ value);
}
Remarks
The string value is the name of the Javascript event handler name.

This event will be raised before the image attributes have been requested from the server, so the viewer will be entering into a transitional state between the current and future image

See Also

Reference

PageView Class
PageView Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback