WizardPageEventArgs Constructor |
Full constructor.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public WizardPageEventArgs(
IWizPage wizPage,
int nextPage,
bool finalDestination
)
Public Sub New (
wizPage As IWizPage,
nextPage As Integer,
finalDestination As Boolean
)
Parameters
- wizPage
- Type: NetQuarryIWizPage
The wizard page that is active prior to completion of the event. - nextPage
- Type: SystemInt32
The index of the projected target page. - finalDestination
- Type: SystemBoolean
Specifies whether or not the wizPage is the final destination page in this action.
See Also