ImageGear for .NET
OnPageClosed Property (PageView)




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

This event will be raised during a call to the viewer.CloseImage().

See Also

Reference

PageView Class
PageView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback