C# 클래스 XenAdmin.Wizards.PatchingWizard.PatchingWizard_SelectServers.PatchingHostsDataGridView

상속: XenAdmin.Controls.DataGridViewEx.CollapsingPoolHostDataGridView
파일 보기 프로젝트 열기: xenserver/xenadmin

공개 메소드들

메소드 설명
CheckBoxChange ( int RowIndex, int ColumnIndex ) : void

보호된 메소드들

메소드 설명
OnCellPainting ( System.Windows.Forms.DataGridViewCellPaintingEventArgs e ) : void

비공개 메소드들

메소드 설명
ClickCheckBox ( int rowIndex, int columnIndex ) : int
FindPoolRow ( int rowIndex ) : PatchingHostsDataGridViewRow

메소드 상세

CheckBoxChange() 공개 메소드

public CheckBoxChange ( int RowIndex, int ColumnIndex ) : void
RowIndex int
ColumnIndex int
리턴 void

OnCellPainting() 보호된 메소드

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