C# Класс iTunesAgent.UI.Components.Wizard.AbstractWizardPage.AbstractWizardPage

Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект

Открытые методы

Метод Описание
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