C# Class 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
Inheritance: Caliburn.Micro.PropertyChangedBase
Show file Open project: Invenietis/ck-certified

Public Methods

Method Description
WizardButtonViewModel ( string label, string description, string imagePath, System onClickAction ) : Caliburn.Micro

Ctor

Method Details

WizardButtonViewModel() public method

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
return Caliburn.Micro