MenuItemClickedEventArgs
Namespace: Wisej.Hybrid.Shared.Communication
Assembly: Wisej.Hybrid
Provides information about the menu item selected.
- C#
- VB.NET
public class MenuItemClickedEventArgs : EventArgs
Public Class MenuItemClickedEventArgs
Inherits EventArgs
Constructors
MenuItemClickedEventArgs(menuItem)
Initializes a new instance of MenuItemClickedEventArgs with the given selection.
| Name | Type | Description |
|---|---|---|
| menuItem | String | The selected menu item. |
Properties
MenuItem
String: The selected menu item.