Table of Contents

Interface IWizard<T>

Namespace
The.WPF.Wizards
Assembly
Instagile.WPF.dll
public interface IWizard<T> : IDisposable

Type Parameters

T
Inherited Members

Properties

Title

string Title { get; }

Property Value

string

Methods

OnFinishing(T?)

Task OnFinishing(T? result)

Parameters

result T

Returns

Task

Run(IWizardHost)

Task<T> Run(IWizardHost host)

Parameters

host IWizardHost

Returns

Task<T>