DataGridCellClipboardEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public ref class DataGridCellClipboardEventArgs : EventArgs
public class DataGridCellClipboardEventArgs : EventArgs
type DataGridCellClipboardEventArgs = class
inherit EventArgs
Public Class DataGridCellClipboardEventArgs
Inherits EventArgs
- 繼承
建構函式
DataGridCellClipboardEventArgs(Object, DataGridColumn, Object) |
初始化 DataGridCellClipboardEventArgs 類別的新執行個體。 |
屬性
Column |
取得包含發生該事件之儲存格的資料行。 |
Content |
取得或設定發生該事件之儲存格的文字值。 |
Item |
取得資料列的資料項目,該資料列包含發生事件的儲存格。 |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |