DataGridRowEventArgs(DataGridRow) コンストラクター

定義

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

public:
 DataGridRowEventArgs(System::Windows::Controls::DataGridRow ^ row);
public DataGridRowEventArgs (System.Windows.Controls.DataGridRow row);
new System.Windows.Controls.DataGridRowEventArgs : System.Windows.Controls.DataGridRow -> System.Windows.Controls.DataGridRowEventArgs
Public Sub New (row As DataGridRow)

パラメーター

row
DataGridRow

イベントが発生した行。

適用対象

こちらもご覧ください