ImageGear .NET - Updated
touchCancel Event

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > PageView class : touchCancel Event
Indicates that touch point has been disrupted in an implementation-specific manner (for example, too many touch points are created).
Syntax
ASP.NET Ajax Javascript (Specification) 
function add_touchCancel(handler : Function)
function remove_touchCancel(handler : Function)
ASP.NET Ajax Javascript (Usage) 
.add_touchCancel(handler);
.remove_touchCancel(handler);
Remarks

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