ImageGear .NET - Updated July 5, 2018
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
 
<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
Remarks
The string value is the name of the Javascript event handler name.
See Also

Reference

ThumbnailView Class
ThumbnailView Members