DataGridRowClipboardEventArgs(Object, Int32, Int32, Boolean) 构造函数

定义

初始化 DataGridRowClipboardEventArgs 类的新实例。

public:
 DataGridRowClipboardEventArgs(System::Object ^ item, int startColumnDisplayIndex, int endColumnDisplayIndex, bool isColumnHeadersRow);
public DataGridRowClipboardEventArgs (object item, int startColumnDisplayIndex, int endColumnDisplayIndex, bool isColumnHeadersRow);
new System.Windows.Controls.DataGridRowClipboardEventArgs : obj * int * int * bool -> System.Windows.Controls.DataGridRowClipboardEventArgs
Public Sub New (item As Object, startColumnDisplayIndex As Integer, endColumnDisplayIndex As Integer, isColumnHeadersRow As Boolean)

参数

item
Object

发生事件的行的数据项。

startColumnDisplayIndex
Int32

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

endColumnDisplayIndex
Int32

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

isColumnHeadersRow
Boolean

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

适用于

另请参阅