DataGridClipboardCellContent.

DataGridClipboardCellContent(object, DataGridColumn, object) Constructor

Summary

Creates a new DataGridClipboardCellValue structure containing information about a DataGrid cell.

Syntax

public DataGridClipboardCellContent(object item, DataGridColumn column, object content)

Parameters

Name Type Description
item object DataGrid row item containing the cell.
column DataGridColumn DataGridColumn containing the cell.
content object DataGrid cell value.

Return Value

Type Description
void