C# Class XenAdmin.Wizards.PatchingWizard.PatchingWizard_SelectServers.PatchingHostsDataGridView

Inheritance: XenAdmin.Controls.DataGridViewEx.CollapsingPoolHostDataGridView
Show file Open project: xenserver/xenadmin

Public Methods

Method Description
CheckBoxChange ( int RowIndex, int ColumnIndex ) : void

Protected Methods

Method Description
OnCellPainting ( System.Windows.Forms.DataGridViewCellPaintingEventArgs e ) : void

Private Methods

Method Description
ClickCheckBox ( int rowIndex, int columnIndex ) : int
FindPoolRow ( int rowIndex ) : PatchingHostsDataGridViewRow

Method Details

CheckBoxChange() public method

public CheckBoxChange ( int RowIndex, int ColumnIndex ) : void
RowIndex int
ColumnIndex int
return void

OnCellPainting() protected method

protected OnCellPainting ( System.Windows.Forms.DataGridViewCellPaintingEventArgs e ) : void
e System.Windows.Forms.DataGridViewCellPaintingEventArgs
return void