frmEditOperationdgVariables_CellClick Method

A cell has been clicked on the variables grid.

Definition

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

Parameters

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

Remarks

This method is included to work around the issue where the user is normally required to click several times in the cell to activate the ComboBox drop down list. Upon clicking in a cell that uses a ComboBox control, that control opens immediately.

See Also