WizardDataExchangeArgs Constructor |
Full constructor.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic WizardDataExchangeArgs(
IWizPage wizPage,
WizDataExchangeType exchangeType
)
Public Sub New (
wizPage As IWizPage,
exchangeType As WizDataExchangeType
)
Parameters
- wizPage
- Type: NetQuarryIWizPage
The wizard page that is active prior to completion of the event. - exchangeType
- Type: NetQuarryWizDataExchangeType
The type of data transfer for which the event is being fired.
See Also