WizardEnteringArgs Class

Definition

The event arguments to the OnPageEnteringAsync(WizardEnteringArgs) method.

public ref class WizardEnteringArgs
[Windows::Foundation::Metadata::WebHostHidden]
class WizardEnteringArgs
public class WizardEnteringArgs
type WizardEnteringArgs = class
Public Class WizardEnteringArgs
Inheritance
WizardEnteringArgs

Constructors

WizardEnteringArgs(ConnectedServiceWizardPage)

Initializes a new instance of the WizardEnteringArgs class.

Properties

PreviousPage

The ConnectedServiceWizardPage that was navigated from, or null if the page is the first of the wizard sequence.

Applies to