WizardNavigationEventArgs(Int32, Int32) 构造函数

定义

初始化 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)

参数

currentStepIndex
Int32

控件中WizardStep当前显示的对象索引Wizard

nextStepIndex
Int32

控件接下来将显示的对象WizardStep索引Wizard

适用于

另请参阅