DataGridClipboardCellContent Constructor
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Initializes a new instance of the DataGridClipboardCellContent class for a cell in the specified row and column with the specified content.
Namespace: System.Windows.Controls
Assembly: System.Windows.Controls.Data (in System.Windows.Controls.Data.dll)
Syntax
'Declaration
Public Sub New ( _
item As Object, _
column As DataGridColumn, _
content As Object _
)
public DataGridClipboardCellContent(
Object item,
DataGridColumn column,
Object content
)
Parameters
- item
Type: System.Object
The DataGrid row item that contains the cell.
- column
Type: System.Windows.Controls.DataGridColumn
The DataGridColumn that contains the cell.
- content
Type: System.Object
The contents of the DataGrid cell.
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.