ImageGear .NET v24.12 - Updated
mouseMove Event

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > ThumbnailView class : mouseMove Event
Indicates the user moved the mouse.
Syntax
ASP.NET Ajax Javascript (Specification) 
function add_mouseMove(handler : Function)
function remove_mouseMove(handler : Function)
ASP.NET Ajax Javascript (Usage) 
.add_mouseMove(handler);
.remove_mouseMove(handler);
Remarks

The viewer will raise this event whenever the user moves the mouse over any part of the thumbnail viewer.

The event argument be an instance of the MouseEventArgs object, containing information useful specifically for image viewing operations, as well as the original ASP.NET client framework event.

See Also

Reference

ThumbnailView class
ThumbnailView Members