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