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

發生該事件之儲存格的文字值。

適用於

另請參閱