CopyingToClipboardEventArgsBase(DataViewBase, IEnumerable<Int32>, Boolean) Constructor
In This Article
Initializes a new instance of the CopyingToClipboardEventArgsBase class.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
public CopyingToClipboardEventArgsBase(
DataViewBase view,
IEnumerable<int> rowHandles,
bool copyHeader
)
#Parameters
Name | Type | Description |
---|---|---|
view | Data |
A Data |
row |
IEnumerable<Int32> | An array of row handles that identify rows whose values are about to be copied to the clipboard. This value is assigned to the Copying |
copy |
Boolean | true to copy column headers; otherwise, false. |
See Also