OnDblClick Event
Occurs when the user double clicks on the
control
Syntax:
OnDblClick <ActionProcedure>
The following data are available at ‘OnDblClick’ procedure:
- This.CellRowIndex
- This.CellColIndex
- This.CellRow
- This.CellCol
- This.CellWidth
- This.CellHeight
- Note: These properties are not available when OnDblClick procedure is fired by <Enter> key pressing.