DataGridCellClipboardEventArgs(Object, DataGridColumn, Object) Constructor

Definition

Initializes a new instance of the DataGridCellClipboardEventArgs class.

public DataGridCellClipboardEventArgs (object item, System.Windows.Controls.DataGridColumn column, object content);

Parameters

item
Object

The data item for the row that contains the cell for which the event occurred.

column
DataGridColumn

The column that contains the cell for which the event occurred.

content
Object

The text value of the cell for which the event occurred.

Applies to

Ürün Sürümler
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

See also