ImageGear .NET - Updated March 30, 2018
OnMouseDown Property (ThumbnailView)




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace > ThumbnailView Class : OnMouseDown Property
Gets or sets user defined Javascript event handler to receive a call to the client mouseDown event.
Syntax
'Declaration
 
<DescriptionAttribute("A user defined Javascript event handler to receive a call to the Client mouseDown Event.")>
<CategoryAttribute("ThumbnailView Client Events")>
Public Property OnMouseDown As String
 
'Usage
 
Dim instance As ThumbnailView
Dim value As String
 
instance.OnMouseDown = value
 
value = instance.OnMouseDown
Remarks
The string value is the name of the Javascript event handler name.
See Also

Reference

ThumbnailView Class
ThumbnailView Members