Delegate type for handling events that are related to the items.

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

Syntax

C#
public delegate void C1NavigationListBaseEventHandler(
	Object sender,
	C1NavigationListBaseEventArgs e
)
Visual Basic
Public Delegate Sub C1NavigationListBaseEventHandler ( _
	sender As Object, _
	e As C1NavigationListBaseEventArgs _
)

Parameters

sender
Type: System..::..Object
The source of the event
e
Type: C1.Web.iPhone.C1NavigationList..::..C1NavigationListBaseEventArgs
C1NavigationListBaseEventArgs object that contains the event data

See Also