Occurs when a cell is double-clicked.
| Property | Description |
|---|---|
| Row | Zero-based row index of the clicked cell. |
| Column | Zero-based column index of the clicked cell. |
| RowHeader | A boolean (True or False) that indicates whether the row header was clicked. |
| ColumnHeader | A boolean (True or False) that indicates whether the column header was clicked. |
| ShiftKeyDown | A boolean (True or False) that indicates whether the shift key is down. |
| IsRightButton | A boolean that indicates whether the button clicked is the right (True) or left (False) button. |