Table of Contents

Class WizardBase

Namespace
The.WPF.Wizards
Assembly
Instagile.WPF.dll
public abstract class WizardBase : WizardBaseBase<int>, INotifyPropertyChanged, IWizard<int>, IDisposable
Inheritance
WizardBaseBase<int>
WizardBase
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 Run(IWizardHost host)

Parameters

host IWizardHost

Returns

Task