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