frmEditOperationdgVariables_CellEndEdit Method

The cell has left the edit mode.

Definition

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

Parameters

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

See Also