IHostManagementViewsWizardCustom(String, String, String, ListDataField, ControlAddedEventHandler) Method

Display the custom wizard.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
ITask WizardCustom(
	string text,
	string description,
	string settings,
	List<DataField> parameters = null,
	ControlAddedEventHandler controlAdded = null
)

Parameters

text  String
Wizard text.
description  String
Detailed description of the wizard.
settings  String
Expression of wizard parameters.
parameters  ListDataField  (Optional)
List<DataField> with the wizard parameter default values.
controlAdded  ControlAddedEventHandler  (Optional)
ControlAddedEventHandler with the method that will handle the control add events.

Return Value

ITask
The started task.

See Also