ValueChanged event delegate.

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

Syntax

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

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

Inheritance Hierarchy

System..::..Object
  System..::..Delegate
    System..::..MulticastDelegate
      C1.Web.iPhone.C1NavigationList..::..ValueChangedHandler

See Also