Version

ClipboardEventArgs class Members

The following tables list the members exposed by ClipboardEventArgs.

Public Constructors
 NameDescription
Public ConstructorClipboardEventArgs Constructor  
Public Properties
 NameDescription
Public PropertyclipboardTextText that is being copied from ot pasted into the grid.  
Public PropertyerrorError message that occured during a clipboard operation.  
Public PropertyexceptionHandledIndicates whether an exception was handled by the application. Setting to true inside of an event handler prevents default error message popup.  
Public PropertyignoreHiddenColumnsIndicates whether hidden columns must be ignored during copying or pasting.  
Public PropertyselectPastedCellsIndicates whether pasted cells must be selected.  
Public PropertytargetCellContains 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.  
See Also