ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / PageView class / touchCancel Event

In This Topic
    touchCancel Event
    In This Topic
    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