Occurs after data was pasted from the clipboard.
Public Event AfterPaste As AfterPasteEventHandler
Grid Object
The following parameters are available:
| Parameter | Description |
| Text | Pasted data. |
| Row | The first row index where the pasted data will be inserted. |
| Col | The first column index where the pasted data will be inserted. |
| Rows | The total number of rows of pasted data. |
| Cols | The total number of columns of pasted data. |