DataGridRowClipboardEventArgs Class

Definition

This class encapsulates a selected row's information necessary for the CopyingRowClipboardContent event.

public class DataGridRowClipboardEventArgs : EventArgs
type DataGridRowClipboardEventArgs = class
    inherit EventArgs
Public Class DataGridRowClipboardEventArgs
Inherits EventArgs
Inheritance
DataGridRowClipboardEventArgs

Properties

ClipboardRowContent

Gets a list used to modify, add or remove a cell content before it gets stored into the clipboard.

IsColumnHeadersRow

Gets a value indicating whether this property is true when the ClipboardRowContent represents column headers, in which case the Item is null.

Item

Gets the DataGrid row item used for preparing the ClipboardRowContent.

Applies to