WizContainerEventArgs Constructor |
Constructor.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public WizContainerEventArgs(
IWizPage wizPage
)
Public Sub New (
wizPage As IWizPage
)
Parameters
- wizPage
- Type: NetQuarryIWizPage
The wizard sub-page from which the event is being fired.
See Also