DataGridRowClipboardEventArgs 类

定义

CopyingRowClipboardContent 事件提供数据。

public ref class DataGridRowClipboardEventArgs : EventArgs
public class DataGridRowClipboardEventArgs : EventArgs
type DataGridRowClipboardEventArgs = class
    inherit EventArgs
Public Class DataGridRowClipboardEventArgs
Inherits EventArgs
继承
DataGridRowClipboardEventArgs

构造函数

DataGridRowClipboardEventArgs(Object, Int32, Int32, Boolean)

初始化 DataGridRowClipboardEventArgs 类的新实例。

属性

ClipboardRowContent

获取 DataGridClipboardCellContent 值的列表,这些值表示要复制的单元格的文本值。

EndColumnDisplayIndex

获取行中最后一个所选单元格所在的列的 DisplayIndex 值。

IsColumnHeadersRow

获取一个值,该值指示发生事件的行是否表示列标题。

Item

获取发生事件的行的数据项。

StartColumnDisplayIndex

获取行中第一个所选单元格所在的列的 DisplayIndex 值。

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
FormatClipboardCellValues(String)

以指定格式的字符串形式返回 ClipboardRowContent 值。

GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于

另请参阅