DataGridCellClipboardEventArgs.Content プロパティ

定義

イベントが発生したセルのテキスト値を取得または設定します。

public:
 property System::Object ^ Content { System::Object ^ get(); void set(System::Object ^ value); };
public object Content { get; set; }
member this.Content : obj with get, set
Public Property Content As Object

プロパティ値

Object

イベントが発生したセルのテキスト値。

適用対象

こちらもご覧ください