RawEvent handler.

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

Syntax

JavaScript
C1.Web.iPhone.RawEventHandler = function();

Type.createClass(
	'C1.Web.iPhone.RawEventHandler',
	MulticastDelegate);

Return Value

Boolean. Return false if you want to prevent default browser action for this event.

Inheritance Hierarchy

System..::..Object
  System..::..Delegate
    System..::..MulticastDelegate
      C1.Web.iPhone..::..RawEventHandler

See Also