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 개체의 인덱스입니다.

적용 대상

추가 정보