ImageGear .NET - Updated October 2, 2018
OnMouseMove Property (ThumbnailView)




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

Reference

ThumbnailView Class
ThumbnailView Members