ImageGear .NET v24.12 - Updated
OnMouseUp Property (ThumbnailView)




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

Reference

ThumbnailView Class
ThumbnailView Members