C# Class PicasaUploader.UI.Controls.WizardActionBar

Mostra file Open project: ivanz/PicasaUploader

Private Properties

Property Type Description
CancelCurrentAction void
ConnectToPageEvents void
DisableButtons void
DisconnectFromPageEvents void
EnableButtons void
GoNext void
GoPrevious void
InitializeComponent void
OnActionCompleted void
OnActionStarting void
OnInitializationComplete void
OnInitializationStarting void
UpdateButtons void
backButton_Click void
nextButton_Click void

Public Methods

Method Description
OnWizardPageChanged ( object sender, WizardPageChangedEventArgs args ) : void
WizardActionBar ( ) : System

Do not use this constructor it's only here for the WinForms designer surface to be able to instantiate the control.

WizardActionBar ( Wizard wizard ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CancelCurrentAction ( ) : void
ConnectToPageEvents ( WizardActionPage actionPage ) : void
DisableButtons ( ) : void
DisconnectFromPageEvents ( WizardActionPage actionPage ) : void
EnableButtons ( ) : void
GoNext ( ) : void
GoPrevious ( ) : void
InitializeComponent ( ) : void

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

OnActionCompleted ( object sender, SuccessEventArgs args ) : void
OnActionStarting ( object sender, EventArgs args ) : void
OnInitializationComplete ( object sender, EventArgs args ) : void
OnInitializationStarting ( object sender, EventArgs args ) : void
UpdateButtons ( ) : void
backButton_Click ( object sender, EventArgs e ) : void
nextButton_Click ( object sender, EventArgs e ) : void

Method Details

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

OnWizardPageChanged() public method

public OnWizardPageChanged ( object sender, WizardPageChangedEventArgs args ) : void
sender object
args WizardPageChangedEventArgs
return void

WizardActionBar() public method

Do not use this constructor it's only here for the WinForms designer surface to be able to instantiate the control.
public WizardActionBar ( ) : System
return System

WizardActionBar() public method

public WizardActionBar ( Wizard wizard ) : System
wizard Wizard
return System