ImageGear .NET - Updated
touchMove Event

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > PageView class : touchMove Event
Indicates that touch point is moved along the touch surface.
Syntax
ASP.NET Ajax Javascript (Specification) 
function add_touchMove(handler : Function)
function remove_touchMove(handler : Function)
ASP.NET Ajax Javascript (Usage) 
.add_touchMove(handler);
.remove_touchMove(handler);
Remarks

The viewer will raise this event whenever the user touches any part of the viewer (except the scrollbars).

The event argument is 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

PageView class
PageView Members