frmEditOperationdgVariables_EditingControlShowing Method
The current data grid cell editing control is preparing to show.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
private void dgVariables_EditingControlShowing(
Object sender,
DataGridViewEditingControlShowingEventArgs e
)
Private Sub dgVariables_EditingControlShowing (
sender As Object,
e As DataGridViewEditingControlShowingEventArgs
)
No code example is currently available or this language may not be supported.
Parameters
- sender Object
-
The object raising this event.
- e DataGridViewEditingControlShowingEventArgs
-
DataGridView editing control showing event arguments.