EditDblClick Event
Occurs when a user double clicks inside the edit control.
Syntax
Private Sub object_EditDblClick(ByVal Row As Long, ByVal Col As Long)
The syntax of the EditDblClick event has these parts:
| Part | Description |
| object | A DGrid control. |
| Row | The index of the row clicked. |
| Col | The index of the column clicked. |
Data Type
Row Long
Col Long