ASP.NET Ajax Javascript (Specification) | |
---|---|
function add_touchEnd(handler : Function) function remove_touchEnd(handler : Function) |
ASP.NET Ajax Javascript (Usage) | |
---|---|
.add_touchEnd(handler); .remove_touchEnd(handler); |
ASP.NET Ajax Javascript (Specification) | |
---|---|
function add_touchEnd(handler : Function) function remove_touchEnd(handler : Function) |
ASP.NET Ajax Javascript (Usage) | |
---|---|
.add_touchEnd(handler); .remove_touchEnd(handler); |
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.