WizardNavigationEventArgs.WizardNavigationEventArgs Constructor
.NET Framework 3.0
Initializes a new instance of the WizardNavigationEventArgs class.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public WizardNavigationEventArgs ( int currentStepIndex, int nextStepIndex )
public function WizardNavigationEventArgs ( currentStepIndex : int, nextStepIndex : int )
Not applicable.
Parameters
- currentStepIndex
The index of the WizardStep object that is currently displayed in the Wizard control.
- nextStepIndex
The index of the WizardStep object that the Wizard control will display next.
Community Additions
ADD
Show: