C# Класс GW2PAO.Infrastructure.ViewModels.MenuItem

Basic menu item that can have sub-menu items
Наследование: BindableBase, IMenuItem
Показать файл Открыть проект

Открытые методы

Метод Описание
MenuItem ( string header, System.Action action = null, Func canClick = null, string iconSrc = null ) : System

Default constructor

Описание методов

MenuItem() публичный Метод

Default constructor
public MenuItem ( string header, System.Action action = null, Func canClick = null, string iconSrc = null ) : System
header string Header text to use for the menu item
action System.Action Action to perform when clicking the menu item, if any
canClick Func Function used to determine if the menu item can be clicked or not
iconSrc string
Результат System