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
Показать файл Открыть проект

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

Метод Описание
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