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

Inheritance: XenAdmin.Controls.DataGridViewEx.CollapsingPoolHostDataGridView
Afficher le fichier Open project: xenserver/xenadmin

Méthodes publiques

Méthode Description
CheckBoxChange ( int RowIndex, int ColumnIndex ) : void

Méthodes protégées

Méthode Description
OnCellPainting ( System.Windows.Forms.DataGridViewCellPaintingEventArgs e ) : void

Private Methods

Méthode Description
ClickCheckBox ( int rowIndex, int columnIndex ) : int
FindPoolRow ( int rowIndex ) : PatchingHostsDataGridViewRow

Method Details

CheckBoxChange() public méthode

public CheckBoxChange ( int RowIndex, int ColumnIndex ) : void
RowIndex int
ColumnIndex int
Résultat void

OnCellPainting() protected méthode

protected OnCellPainting ( System.Windows.Forms.DataGridViewCellPaintingEventArgs e ) : void
e System.Windows.Forms.DataGridViewCellPaintingEventArgs
Résultat void