ItemDelete event arguments.

Namespace:  C1.Web.iPhone.C1NavigationList
Assembly:  C1NavigationListClient (in C1NavigationListClient.dll)

Syntax

JavaScript
C1.Web.iPhone.C1NavigationList.ItemDeleteEventArgs = function();

Type.createClass(
	'C1.Web.iPhone.C1NavigationList.ItemDeleteEventArgs',
	Sys.CancelEventArgs);

Inheritance Hierarchy

System..::..Object
  EventArgs
    CancelEventArgs
      C1.Web.iPhone.C1NavigationList..::..ItemDeleteEventArgs

See Also