Click or drag to resize

WizardCommandEventArgs Constructor

Constructor.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public WizardCommandEventArgs(
	IWizPage wizPage,
	string commandName
)

Parameters

wizPage
Type: NetQuarry.IWizPage
The wizard sub-page from which the event is being fired.
commandName
Type: System.String
The command.
See Also