Méthode | Description | |
---|---|---|
WizardButtonViewModel ( string label, string description, string imagePath, System onClickAction ) : Caliburn.Micro |
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 |
Résultat | Caliburn.Micro |