SiteMapPath.ItemCreated Event
.NET Framework 3.0
Occurs when a SiteMapNodeItem is created by the SiteMapPath and is associated with its corresponding SiteMapNode. This event is raised by the OnItemCreated method.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: event SiteMapNodeItemEventHandler^ ItemCreated { void add (SiteMapNodeItemEventHandler^ value); void remove (SiteMapNodeItemEventHandler^ value); }
/** @event */ public void add_ItemCreated (SiteMapNodeItemEventHandler value) /** @event */ public void remove_ItemCreated (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: