SiteMapNodeItemEventArgs.Item Property

Definition

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

public:
 property System::Web::UI::WebControls::SiteMapNodeItem ^ Item { System::Web::UI::WebControls::SiteMapNodeItem ^ get(); };
public System.Web.UI.WebControls.SiteMapNodeItem Item { get; }
member this.Item : System.Web.UI.WebControls.SiteMapNodeItem
Public ReadOnly Property Item As SiteMapNodeItem

Property Value

The SiteMapNodeItem that is the source of the event.

Applies to