C# 클래스 KeyboardEditor.ViewModels.WizardButtonViewModel

A button to display on a wizard. Has a IsSelected state and an action executed when IsSelected is set to true Has a main Label and a description
상속: Caliburn.Micro.PropertyChangedBase
파일 보기 프로젝트 열기: Invenietis/ck-certified

공개 메소드들

메소드 설명
WizardButtonViewModel ( string label, string description, string imagePath, System onClickAction ) : Caliburn.Micro

Ctor

메소드 상세

WizardButtonViewModel() 공개 메소드

Ctor
public WizardButtonViewModel ( string label, string description, string imagePath, System onClickAction ) : Caliburn.Micro
label string The main label of the button
description string The description of the button
imagePath string The path to an image (optional)
onClickAction System The action called when the button is selected
리턴 Caliburn.Micro