SiteMapNodeItemEventArgs Class
.NET Framework 3.0
Provides data for the SiteMapPath.ItemCreated and SiteMapPath.ItemDataBound events.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The SiteMapPath.ItemCreated event is raised when a SiteMapNodeItem is created by the SiteMapPath control. The SiteMapPath.ItemDataBound event is raised when DataBind is called on the item during a call to SiteMapPath.CreateControlHierarchy.
For more information about handling events, see Consuming Events.
- AspNetHostingPermission for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal.
- AspNetHostingPermission for operating in a hosted environment. Demand value: InheritanceDemand; Permission value: Minimal.
Community Additions
ADD
Show: