WizardNavigationEventArgs(Int32, Int32) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la 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)
Paramètres
- currentStepIndex
- Int32
Index de l’objet WizardStep actuellement affiché dans le Wizard contrôle.
- nextStepIndex
- Int32
Index de l’objet WizardStep que le Wizard contrôle affichera ensuite.