C# 클래스 SIL.FieldWorks.TE.KeyTermsGrid

상속: SIL.FieldWorks.TE.TeEditorialChecks.CheckGrid
파일 보기 프로젝트 열기: sillsdev/FieldWorks

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
FindIndexOfRefWithHvo ( int hvo ) : int

PropChanged ( int hvo, int tag, int ivMin, int cvIns, int cvDel ) : void

보호된 메소드들

메소드 설명
OnCellValueNeeded ( System.Windows.Forms.DataGridViewCellValueEventArgs e ) : void

Called when cell value needed.

OnMouseDown ( MouseEventArgs e ) : void

Called when the user presses a mouse button. If it is the right mouse button we select the current row (for the left mouse button we let .NET deal with it).

OnMouseUp ( MouseEventArgs e ) : void

Called when the user releases the mouse button. If it is the right mouse button we want to show the popup menu.

메소드 상세

FindIndexOfRefWithHvo() 공개 메소드

public FindIndexOfRefWithHvo ( int hvo ) : int
hvo int
리턴 int

OnCellValueNeeded() 보호된 메소드

Called when cell value needed.
protected OnCellValueNeeded ( System.Windows.Forms.DataGridViewCellValueEventArgs e ) : void
e System.Windows.Forms.DataGridViewCellValueEventArgs
리턴 void

OnMouseDown() 보호된 메소드

Called when the user presses a mouse button. If it is the right mouse button we select the current row (for the left mouse button we let .NET deal with it).
protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnMouseUp() 보호된 메소드

Called when the user releases the mouse button. If it is the right mouse button we want to show the popup menu.
protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

PropChanged() 공개 메소드

public PropChanged ( int hvo, int tag, int ivMin, int cvIns, int cvDel ) : void
hvo int
tag int
ivMin int
cvIns int
cvDel int
리턴 void