ImageGear .NET - Updated November 28, 2017
OnMouseMove Property (ThumbnailView)




ImageGear23.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
 
<DescriptionAttribute("A user defined Javascript event handler to receive a call to the Client mouseMove Event.")>
<CategoryAttribute("ThumbnailView Client Events")>
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