Returns true if event marked as handled. Note, value of the event.target field and event.get_sender() method can be different (touch event.target element can be child of the sender element that used to listen event)

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.Client (in C1.Web.iPhone.Client.dll)

Syntax

JavaScript
function get_handled();

Return Value

Returns true if event marked as handled.

See Also