ValueChanged event arguments.

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

Syntax

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

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

Inheritance Hierarchy

System..::..Object
  EventArgs
    C1.Web.iPhone.C1NavigationList..::..ValueChangedEventArgs

See Also