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

發生事件的資料列。

適用於

另請參閱