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: NetQuarryIWizPage
The wizard sub-page from which the event is being fired.
commandName
Type: SystemString
The command.
See Also