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

In This Topic
    touchStart Event
    In This Topic
    Indicates that touch point is placed on the touch surface.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function add_touchStart(handler : Function)
    function remove_touchStart(handler : Function)
    ASP.NET Ajax JavaScript (Usage) 
    .add_touchStart(handler);
    .remove_touchStart(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