Skip to main content

CopyingToClipboardEventArgs Constructors

Provides data for the GridViewBase.CopyingToClipboard event.
Name Parameters Description
CopyingToClipboardEventArgs(DataViewBase, IEnumerable<GridCell>, Boolean) view, gridCells, copyHeader Initializes a new instance of the CopyingToClipboardEventArgs class.
CopyingToClipboardEventArgs(DataViewBase, IEnumerable<Int32>, Boolean) view, rowHandles, copyHeader Initializes a new instance of the CopyingToClipboardEventArgs class.
See Also