C1NavigationListBaseEventArgs is used by the ItemClick event.

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

Syntax

C#
public sealed class C1NavigationListBaseEventArgs : CommandEventArgs
Visual Basic
Public NotInheritable Class C1NavigationListBaseEventArgs _
	Inherits CommandEventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    System.Web.UI.WebControls..::..CommandEventArgs
      C1.Web.iPhone.C1NavigationList..::..C1NavigationListBaseEventArgs

See Also