DataGridRowEventArgs.Row 屬性

定義

取得發生事件的資料列。

public:
 property System::Windows::Controls::DataGridRow ^ Row { System::Windows::Controls::DataGridRow ^ get(); };
public System.Windows.Controls.DataGridRow Row { get; }
member this.Row : System.Windows.Controls.DataGridRow
Public ReadOnly Property Row As DataGridRow

屬性值

發生事件的資料列。

適用於

另請參閱