Share via


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

See Also

GettingTargetPageEventArgs Class
Microsoft.WindowsServerSolutions.Wizards Namespace

Return to top