frmEditOperationdgVariables_CellEnter Method

The cell has been entered on the grid.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
private void dgVariables_CellEnter(
	Object sender,
	DataGridViewCellEventArgs e
)

Parameters

sender  Object
The object raising this event.
e  DataGridViewCellEventArgs
DataGridView cell event arguments.

See Also