Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

BaseNavigator.ItemCreated Event

Occurs when a NavigationItem is created during data binding.

[Visual Basic]
Public Event ItemCreated As NavigationItemEventHandler
[C#]
public event NavigationItemEventHandler ItemCreated;

Event Data

The event handler receives an argument of type NavigationItemEventArgs containing data related to this event. The following NavigationItemEventArgs properties provide information specific to this event.

Property Description
CustomItem Gets the CustomItem object that was created.
Data Additional data related to the specific event.
MenuItem Gets the referenced MenuItem when the event is raised.
NavigationItem Gets the referenced NavigationItem when the event is raised.
TabItem Gets the referenced TabItem when the event is raised.
TreeNode Gets the referenced TreeNode when the event is raised.

Remarks

When a navigation item with custom item is created, ItemCreated event is fired before CustomItemCreated event.

See handling server side event for details.

See Also

BaseNavigator Class | EO.Web Namespace


Direct link to this topic