GettingTargetPageEventArgs Constructor (WizardPage)
Initializes a new instance of the GettingTargetPageEventArgs class.
Namespace: Microsoft.WindowsServerSolutions.Wizards
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public GettingTargetPageEventArgs(
WizardPage targetPage
)
public:
GettingTargetPageEventArgs(
WizardPage^ targetPage
)
Public Sub New (
targetPage As WizardPage
)
Parameters
targetPage
Type: Microsoft.WindowsServerSolutions.Wizards.WizardPageThe next target wizard page.
See Also
GettingTargetPageEventArgs Class
Microsoft.WindowsServerSolutions.Wizards Namespace
Return to top