Occurs on server side when navigation list item is created and initialized. Use this event in order to provide additional processing, e.g. this event can be used for templated items in order to re-create template when item is loaded on-demand.

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

Syntax

C#
public event ItemHandler ItemInit
Visual Basic
Public Event ItemInit As ItemHandler

See Also