DataGridRowClipboardEventArgs クラス
定義
CopyingRowClipboardContent イベントのデータを提供します。Provides data for the CopyingRowClipboardContent event.
public ref class DataGridRowClipboardEventArgs : EventArgs
public class DataGridRowClipboardEventArgs : EventArgs
type DataGridRowClipboardEventArgs = class
inherit EventArgs
Public Class DataGridRowClipboardEventArgs
Inherits EventArgs
- 継承
コンストラクター
DataGridRowClipboardEventArgs(Object, Int32, Int32, Boolean) |
DataGridRowClipboardEventArgs クラスの新しいインスタンスを初期化します。Initializes a new instance of the DataGridRowClipboardEventArgs class. |
プロパティ
ClipboardRowContent |
コピーされるセルのテキスト値を表す DataGridClipboardCellContent 値のリストを取得します。Gets a list of DataGridClipboardCellContent values that represent the text values of the cells being copied. |
EndColumnDisplayIndex |
行で選択されている最後のセルを含む列の DisplayIndex 値を取得します。Gets the DisplayIndex value of the column that contains the last selected cell in the row. |
IsColumnHeadersRow |
イベントが発生した行が列ヘッダーを表すかどうかを示す値を取得します。Gets a value that indicates whether the row for which the event occurred represents the column headers. |
Item |
イベントが発生した行のデータ項目を取得します。Gets the data item for the row for which the event occurred. |
StartColumnDisplayIndex |
行で選択されている最初のセルを含む列の DisplayIndex 値を取得します。Gets the DisplayIndex value of the column that contains the first selected cell in the row. |
メソッド
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判定します。Determines whether the specified object is equal to the current object. (継承元 Object) |
FormatClipboardCellValues(String) |
指定された形式の文字列で ClipboardRowContent 値を返します。Returns the ClipboardRowContent values as a string in the specified format. |
GetHashCode() |
既定のハッシュ関数として機能します。Serves as the default hash function. (継承元 Object) |
GetType() |
現在のインスタンスの Type を取得します。Gets the Type of the current instance. (継承元 Object) |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。Creates a shallow copy of the current Object. (継承元 Object) |
ToString() |
現在のオブジェクトを表す string を返します。Returns a string that represents the current object. (継承元 Object) |