WizardNavigationEventArgs(Int32, Int32) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

currentStepIndex
Int32

Indeks WizardStep obiektu, który jest obecnie wyświetlany w Wizard kontrolce.

nextStepIndex
Int32

Indeks WizardStep obiektu, który będzie wyświetlany Wizard w następnej części kontrolki.

Dotyczy

Zobacz też