DataGridRowClipboardEventArgs.Item 屬性

定義

取得發生事件之資料列的資料項目。

public:
 property System::Object ^ Item { System::Object ^ get(); };
public object Item { get; }
member this.Item : obj
Public ReadOnly Property Item As Object

屬性值

Object

發生事件之資料列的資料項目。

適用於

另請參閱