WizardNavigationEventArgs(Int32, Int32) Construtor

Definição

Inicializa uma nova instância da WizardNavigationEventArgs classe.

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)

Parâmetros

currentStepIndex
Int32

O índice do WizardStep objeto que está atualmente apresentado no Wizard controlo.

nextStepIndex
Int32

O índice do WizardStep objeto que o Wizard controlo irá mostrar a seguir.

Aplica-se a

Ver também