System.Web.UI.WebControls.SiteMapPath.ItemCreated Event

Occurs when a System.Web.UI.WebControls.SiteMapNodeItem is created by the System.Web.UI.WebControls.SiteMapPath and is associated with its corresponding System.Web.SiteMapNode. This event is raised by the SiteMapPath.OnItemCreated(SiteMapNodeItemEventArgs) method.

Syntax

public event SiteMapNodeItemEventHandler ItemCreated

Remarks

For more information about handling events, see Handling and Raising Events.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0