PageScroller Event Arguments.

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

Syntax

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

Type.createClass(
	'C1.Web.iPhone.PageScrollerEventArgs',
	Sys.EventArgs);

Inheritance Hierarchy

System..::..Object
  EventArgs
    C1.Web.iPhone..::..PageScrollerEventArgs

See Also