GettingTargetPageEventArgs Class

 

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
System_CAPS_pubmethod GettingTargetPageEventArgs(WizardPage)

Initializes a new instance of the GettingTargetPageEventArgs class.

Properties

Name Description
System_CAPS_pubproperty 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
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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