frmEditOperationdgVariables_CellBeginEdit Method
The current data grid cell is going into edit mode.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
private void dgVariables_CellBeginEdit(
Object sender,
DataGridViewCellCancelEventArgs e
)
Private Sub dgVariables_CellBeginEdit (
sender As Object,
e As DataGridViewCellCancelEventArgs
)
No code example is currently available or this language may not be supported.
Parameters
- sender Object
-
The object raising this event.
- e DataGridViewCellCancelEventArgs
-
DataGridView cell cancel event arguments.