C# Class iTunesAgent.UI.Components.Wizard.AbstractWizardPage.AbstractWizardPage

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: notpod/Notpod

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Method Details

Populate() public méthode

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

ValidateBeforeNext() public méthode

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
Résultat bool