C# Class SIL.FieldWorks.TE.KeyTermsGrid

Inheritance: SIL.FieldWorks.TE.TeEditorialChecks.CheckGrid
显示文件 Open project: sillsdev/FieldWorks

Private Properties

Property Type Description

Public Methods

Method Description
FindIndexOfRefWithHvo ( int hvo ) : int

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

Protected Methods

Method Description
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.

Method Details

FindIndexOfRefWithHvo() public method

public FindIndexOfRefWithHvo ( int hvo ) : int
hvo int
return int

OnCellValueNeeded() protected method

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

OnMouseDown() protected method

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
return void

OnMouseUp() protected method

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
return void

PropChanged() public method

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