Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides data for the GettingNextPage event.
Namespace: Microsoft.WindowsServerSolutions.Wizards
Assembly: AdminCommon (in AdminCommon.dll)
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.WindowsServerSolutions.Wizards.GettingTargetPageEventArgs
Syntax
public class GettingTargetPageEventArgs : EventArgs
public ref class GettingTargetPageEventArgs : EventArgs
Public Class GettingTargetPageEventArgs
Inherits EventArgs
Constructors
Name | Description | |
---|---|---|
![]() |
GettingTargetPageEventArgs(WizardPage) | Initializes a new instance of the GettingTargetPageEventArgs class. |
Properties
Name | Description | |
---|---|---|
![]() |
TargetPage | Gets or sets the wizard page to be passed as a target page in the arguments for the pages, which execute in non-linear order. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Wizards Namespace
Return to top