MenuItemEventArgs

Wisej.Web.MenuItemEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the ControlAdded and ControlRemoved events.

public class MenuItemEventArgs : EventArgs

Constructors

Initializes a new instance of the MenuItemEventArgs class for the specified control.

NameTypeDescription

item

The MenuItem to store in this event.

Properties

MenuItem: Returns the menu item object used by this event.

Used By

NameDescription

Represents the method that will handle the MenuItemAdded and MenuItemRemoved events of the Menu class.

Last updated