C# 클래스 iTunesAgent.UI.Components.Wizard.AbstractWizardPage.AbstractWizardPage

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: notpod/Notpod

공개 메소드들

메소드 설명
Populate ( ) : void

Implement this method to populate your wizard page with data before it is displayed.

ValidateBeforeNext ( ) : bool

This method will be called by the wizard just before it jumps to the next page. You should implement any necessary data validation here before moving forward. When everything is ready and you have persisted the necessary data to the dataStore, return true.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

메소드 상세

Populate() 공개 메소드

Implement this method to populate your wizard page with data before it is displayed.
public Populate ( ) : void
리턴 void

ValidateBeforeNext() 공개 메소드

This method will be called by the wizard just before it jumps to the next page. You should implement any necessary data validation here before moving forward. When everything is ready and you have persisted the necessary data to the dataStore, return true.
public ValidateBeforeNext ( ) : bool
리턴 bool