The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DataGridCellClipboardEventArgs Constructor (Object^, DataGridColumn^, Object^)
.NET Framework (current version)
Initializes a new instance of the DataGridCellClipboardEventArgs class.
Assembly: PresentationFramework (in PresentationFramework.dll)
public:
DataGridCellClipboardEventArgs(
Object^ item,
DataGridColumn^ column,
Object^ content
)
Parameters
- item
-
Type:
System::Object^
The data item for the row that contains the cell for which the event occurred.
- column
-
Type:
System.Windows.Controls::DataGridColumn^
The column that contains the cell for which the event occurred.
- content
-
Type:
System::Object^
The text value of the cell for which the event occurred.
.NET Framework
Available since 4.0
Available since 4.0
Show: