MenuEventArgs Constructor (MenuItem^)
.NET Framework (current version)
Initializes a new instance of the MenuEventArgs class using the specified menu item.
Assembly: System.Web (in System.Web.dll)
Parameters
- item
-
Type:
System.Web.UI.WebControls::MenuItem^
For the MenuItemClick event, this parameter represents the menu item clicked by the user. For the MenuItemDataBound event, this parameter represents the menu item being bound to data.
Use this constructor to create a new instance of the MenuEventArgs class from the specified menu item. The following table shows initial property values for an instance of the MenuEventArgs class.
Property | Initial value |
|---|---|
null | |
null | |
The MenuItem object specified by the item parameter. |
.NET Framework
Available since 2.0
Available since 2.0
Show: