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

BaseNavigator.ItemDataBound Event

Occurs after an item is created by data binding.

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

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

See handling server side event for details.

See Also

BaseNavigator Class | EO.Web Namespace


Direct link to this topic