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)

適用於

另請參閱