WizardNavigationEventArgs(Int32, Int32) Constructor

Definition

Initializes a new instance of the WizardNavigationEventArgs class.

public:
 WizardNavigationEventArgs(int currentStepIndex, int nextStepIndex);
public WizardNavigationEventArgs (int currentStepIndex, int nextStepIndex);
new System.Web.UI.WebControls.WizardNavigationEventArgs : int * int -> System.Web.UI.WebControls.WizardNavigationEventArgs
Public Sub New (currentStepIndex As Integer, nextStepIndex As Integer)

Parameters

currentStepIndex
Int32

The index of the WizardStep object that is currently displayed in the Wizard control.

nextStepIndex
Int32

The index of the WizardStep object that the Wizard control will display next.

Applies to

See also