C# 클래스 GW2PAO.Infrastructure.ViewModels.MenuItem

Basic menu item that can have sub-menu items
상속: BindableBase, IMenuItem
파일 보기 프로젝트 열기: SamHurne/gw2pao

공개 메소드들

메소드 설명
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