Table of Contents

Class WizardBase<T>

Namespace
The.WPF.Wizards
Assembly
Instagile.WPF.dll

IWizard<T> implementation which is also a viewmodel

public abstract class WizardBase<T> : WizardBaseBase<T>, INotifyPropertyChanged, IWizard<T>, IDisposable

Type Parameters

T
Inheritance
WizardBaseBase<T>
WizardBase<T>
Implements
Inherited Members
Extension Methods

Constructors

WizardBase(ISurface, string)

public WizardBase(ISurface surface, string title)

Parameters

surface ISurface
title string

Methods

Run(IWizardHost)

protected abstract Task<T> Run(IWizardHost host)

Parameters

host IWizardHost

Returns

Task<T>