frmEditOperationdgVariables_CellBeginEdit Method

The current data grid cell is going into edit mode.

Definition

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

Parameters

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

See Also