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

值,這個值表示發生事件的資料列是否代表資料行行首。

適用於

另請參閱