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
)
Public Sub New (
wizPage As IWizPage,
commandName As String
)
Parameters
- wizPage
- Type: NetQuarryIWizPage
The wizard sub-page from which the event is being fired. - commandName
- Type: SystemString
The command.
See Also