SiteMapPath.ItemDataBound Event
.NET Framework 3.0
This event supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Occurs after a SiteMapNodeItem has been bound to its underlying SiteMapNode data by the SiteMapPath. This event is raised by the OnItemDataBound method.
Namespace: System.Web.UI.WebControlsAssembly: System.Web (in system.web.dll)
public: event SiteMapNodeItemEventHandler^ ItemDataBound { void add (SiteMapNodeItemEventHandler^ value); void remove (SiteMapNodeItemEventHandler^ value); }
/** @event */ public void add_ItemDataBound (SiteMapNodeItemEventHandler value) /** @event */ public void remove_ItemDataBound (SiteMapNodeItemEventHandler value)
In JScript, you can handle the events defined by a class, but you cannot define your own.
Not applicable.
For more information about handling events, see Handling and Raising Events.
Community Additions
ADD
Show: