Interface IWizardHost
public interface IWizardHost
- Extension Methods
Properties
CompleteCommandName
string CompleteCommandName { get; set; }
Property Value
Methods
CalculateIfChanged<T, U>(T, Func<T, U>)
U CalculateIfChanged<T, U>(T input, Func<T, U> deriveDependentData)
Parameters
inputTderiveDependentDataFunc<T, U>
Returns
- U
Type Parameters
TU
GoToPage(int)
void GoToPage(int index)
Parameters
indexint
NextPage()
void NextPage()
NotifyStepsChanged()
void NotifyStepsChanged()
NotifyValidityChanged()
void NotifyValidityChanged()
PreviousPage()
void PreviousPage()
ShowPage(Control, Func<bool>?, string?)
Task ShowPage(Control page, Func<bool>? validate, string? title)