System.Web.UI.WebControls.MenuEventArgs.Item Property

Gets the menu item associated with the event raised.

Syntax

public MenuItem Item { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the MenuEventArgs.Item property to access or modify the properties of the menu item associated with the event raised. For the Menu.MenuItemClick event, this item represents the menu item clicked by the user. For the Menu.MenuItemDataBound event, this item represents the menu item being bound to data.

Requirements

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