DataGridRowDetailsEventArgs クラス

定義

LoadingRowDetailsUnloadingRowDetails、およびRowDetailsVisibilityChangedイベントのデータを提供します。

public ref class DataGridRowDetailsEventArgs : EventArgs
public class DataGridRowDetailsEventArgs : EventArgs
type DataGridRowDetailsEventArgs = class
    inherit EventArgs
Public Class DataGridRowDetailsEventArgs
Inherits EventArgs
継承
DataGridRowDetailsEventArgs

コンストラクター

名前 説明
DataGridRowDetailsEventArgs(DataGridRow, FrameworkElement)

DataGridRowDetailsEventArgs クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
DetailsElement

行の詳細セクションをフレームワーク要素として取得します。

Row

イベントが発生した行を取得します。

メソッド

名前 説明
Equals(Object)

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象

こちらもご覧ください