frmEditOperationdgVariables_CellClick Method
A cell has been clicked on the variables grid.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
private void dgVariables_CellClick(
Object sender,
DataGridViewCellEventArgs e
)
Private Sub dgVariables_CellClick (
sender As Object,
e As DataGridViewCellEventArgs
)
No code example is currently available or this language may not be supported.
Parameters
- sender Object
-
The object raising this event.
- e DataGridViewCellEventArgs
-
DataGridView cell event arguments.
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.