SiteMapNodeItemEventArgs::Item Property

 

Gets the node item that is the source of the event.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
property SiteMapNodeItem^ Item {
	SiteMapNodeItem^ get();
}

Property Value

Type: System.Web.UI.WebControls::SiteMapNodeItem^

The SiteMapNodeItem that is the source of the event.

.NET Framework
Available since 2.0
Return to top
Show: