ImageGear for .NET
OnPageClosed Property (ThumbnailView)




Gets or sets user defined Javascript event handler to receive a call to the client pageClosed event.
Syntax
'Declaration
 
<CategoryAttribute("ThumbnailView Client Events")>
<DescriptionAttribute("A user defined Javascript event handler to receive a call to the Client pageClosed Event.")>
Public Property OnPageClosed As String
'Usage
 
Dim instance As ThumbnailView
Dim value As String
 
instance.OnPageClosed = value
 
value = instance.OnPageClosed
[CategoryAttribute("ThumbnailView Client Events")]
[DescriptionAttribute("A user defined Javascript event handler to receive a call to the Client pageClosed Event.")]
public string OnPageClosed {get; set;}
[CategoryAttribute("ThumbnailView Client Events")]
[DescriptionAttribute("A user defined Javascript event handler to receive a call to the Client pageClosed Event.")]
public: __property string* get_OnPageClosed();
public: __property void set_OnPageClosed( 
   string* value
);
[CategoryAttribute("ThumbnailView Client Events")]
[DescriptionAttribute("A user defined Javascript event handler to receive a call to the Client pageClosed Event.")]
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 be raised during a call to viewer.ClosePage().

See Also

Reference

ThumbnailView Class
ThumbnailView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback