C# Class PKStudio.Dialogs.ManageProjectWizard.Pages.BasePage

Afficher le fichier Open project: AlexandrSurkov/PKStudio Class Usage Examples

Protected Properties

Свойство Type Description
Params WizardParams

Méthodes publiques

Méthode Description
AfterShow ( ) : void
BasePage ( ) : System
BasePage ( WizardParams Params ) : System
BeforeCloseOnBack ( ) : void
BeforeCloseOnNext ( ) : void
BeforeShow ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnError ( Exception ex ) : void
OnShowBackBtn ( bool show ) : void
OnShowNextBtn ( bool show ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

AfterShow() public méthode

public AfterShow ( ) : void
Résultat void

BasePage() public méthode

public BasePage ( ) : System
Résultat System

BasePage() public méthode

public BasePage ( WizardParams Params ) : System
Params WizardParams
Résultat System

BeforeCloseOnBack() public méthode

public BeforeCloseOnBack ( ) : void
Résultat void

BeforeCloseOnNext() public méthode

public BeforeCloseOnNext ( ) : void
Résultat void

BeforeShow() public méthode

public BeforeShow ( ) : void
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

OnError() protected méthode

protected OnError ( Exception ex ) : void
ex Exception
Résultat void

OnShowBackBtn() protected méthode

protected OnShowBackBtn ( bool show ) : void
show bool
Résultat void

OnShowNextBtn() protected méthode

protected OnShowNextBtn ( bool show ) : void
show bool
Résultat void

Property Details

Params protected_oe property

protected WizardParams Params
Résultat WizardParams