C# Class XenAdmin.Wizards.BugToolWizardFiles.BugToolPageRetrieveData

Inheritance: XenAdmin.Controls.XenTabPage
Mostrar archivo Open project: xenserver/xenadmin Class Usage Examples

Public Methods

Method Description
BugToolPageRetrieveData ( ) : System
EnableNext ( ) : bool
PageCancelled ( ) : void
PageLeave ( PageLoadedDirection direction, bool &cancel ) : void
PageLoaded ( PageLoadedDirection direction ) : void
SelectDefaultControl ( ) : void

Private Methods

Method Description
CancelAction ( ) : void

Must be called on the event thread.

RunAction ( IEnumerable capabilities, List hosts ) : void
_action_Changed ( object sender ) : void
_action_Completed ( XenAdmin.Actions.ActionBase sender ) : void
actionchanged ( ) : void
finish ( ) : void
flickerFreeListBox1_DrawItem ( object sender, DrawItemEventArgs e ) : void

Method Details

BugToolPageRetrieveData() public method

public BugToolPageRetrieveData ( ) : System
return System

EnableNext() public method

public EnableNext ( ) : bool
return bool

PageCancelled() public method

public PageCancelled ( ) : void
return void

PageLeave() public method

public PageLeave ( PageLoadedDirection direction, bool &cancel ) : void
direction PageLoadedDirection
cancel bool
return void

PageLoaded() public method

public PageLoaded ( PageLoadedDirection direction ) : void
direction PageLoadedDirection
return void

SelectDefaultControl() public method

public SelectDefaultControl ( ) : void
return void