Partilhar via


WizardNavigationEventArgs(Int32, Int32) Construtor

Definição

Inicializa uma nova instância da classe WizardNavigationEventArgs.

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 exibido no momento no Wizard controle.

nextStepIndex
Int32

O índice do objeto WizardStep que o controle Wizard exibirá em seguida.

Aplica-se a

Confira também