Event arguments that used by BeforeOpenCover and BeforeCloseCover events.

Namespace:  C1.Web.iPhone.C1CoverFlow
Assembly:  C1CoverFlowClient (in C1CoverFlowClient.dll)

Syntax

JavaScript
C1.Web.iPhone.C1CoverFlow.CoverChangingArgs = function();

Type.createClass(
	'C1.Web.iPhone.C1CoverFlow.CoverChangingArgs',
	Sys.CancelEventArgs);

Inheritance Hierarchy

System..::..Object
  EventArgs
    CancelEventArgs
      C1.Web.iPhone.C1CoverFlow..::..CoverChangingArgs

See Also