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

ファイルを表示 Open project: AlexandrSurkov/PKStudio Class Usage Examples

Protected Properties

Property Type Description
Params WizardParams

Public Methods

Method Description
AfterShow ( ) : void
BasePage ( ) : System
BasePage ( WizardParams Params ) : System
BeforeCloseOnBack ( ) : void
BeforeCloseOnNext ( ) : void
BeforeShow ( ) : void

Protected Methods

Method 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

Method Description
InitializeComponent ( ) : void

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

Method Details

AfterShow() public method

public AfterShow ( ) : void
return void

BasePage() public method

public BasePage ( ) : System
return System

BasePage() public method

public BasePage ( WizardParams Params ) : System
Params WizardParams
return System

BeforeCloseOnBack() public method

public BeforeCloseOnBack ( ) : void
return void

BeforeCloseOnNext() public method

public BeforeCloseOnNext ( ) : void
return void

BeforeShow() public method

public BeforeShow ( ) : void
return void

Dispose() protected method

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

OnError() protected method

protected OnError ( Exception ex ) : void
ex Exception
return void

OnShowBackBtn() protected method

protected OnShowBackBtn ( bool show ) : void
show bool
return void

OnShowNextBtn() protected method

protected OnShowNextBtn ( bool show ) : void
show bool
return void

Property Details

Params protected_oe property

protected WizardParams Params
return WizardParams