The following tables list the members exposed by ClipboardEventArgs.
Name | Description | |
---|---|---|
![]() | ClipboardEventArgs Constructor |
Name | Description | |
---|---|---|
![]() | clipboardText | Text that is being copied from ot pasted into the grid. |
![]() | error | Error message that occured during a clipboard operation. |
![]() | exceptionHandled | Indicates whether an exception was handled by the application. Setting to true inside of an event handler prevents default error message popup. |
![]() | ignoreHiddenColumns | Indicates whether hidden columns must be ignored during copying or pasting. |
![]() | selectPastedCells | Indicates whether pasted cells must be selected. |
![]() | targetCell | Contains reference to the top left cell during paste operation. Data from the clipboard is pasted to the right and to the bottom off of this cell. |