Represents the method that will handle an event that has SelectedIndex event data.

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

Syntax

C#
[SerializableAttribute]
public delegate void C1SelectedIndexChangedEventHandler(
	C1SelectedIndexChangedEventArgs e
)
Visual Basic
<SerializableAttribute> _
Public Delegate Sub C1SelectedIndexChangedEventHandler ( _
	e As C1SelectedIndexChangedEventArgs _
)

See Also