C# 클래스 ZForge.Controls.Wizard.PageEventArgs

Arguments passed to an application when Page is closed in a wizard. The Next page to be displayed can be changed, by the application, by setting the NextPage to a wizardPage which is part of the wizard that generated this event.
상속: System.EventArgs
파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

공개 메소드들

메소드 설명
PageEventArgs ( int index, PageCollection pages ) : System

Constructs a new event

메소드 상세

PageEventArgs() 공개 메소드

Constructs a new event
public PageEventArgs ( int index, PageCollection pages ) : System
index int The index of the next page in the collection
pages PageCollection Pages in the wizard that are acceptable to be
리턴 System