MenuItemEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the ControlAdded and ControlRemoved events.
- C#
- VB.NET
public class MenuItemEventArgs : EventArgs
Public Class MenuItemEventArgs
Inherits EventArgs
Constructors
MenuItemEventArgs(item)
Initializes a new instance of the MenuItemEventArgs class for the specified control.
| Name | Type | Description |
|---|---|---|
| item | MenuItem | The MenuItem to store in this event. |
Properties
MenuItem
MenuItem: Returns the menu item object used by this event.
Used By
| Name | Description |
|---|---|
| MenuItemEventHandler | Represents the method that will handle the MenuItemAdded and MenuItemRemoved events of the Menu class. |