DataColumnChangeEventArgs.Row プロパティ

定義

値が変化する列の DataRow を取得します。

public:
 property System::Data::DataRow ^ Row { System::Data::DataRow ^ get(); };
public System.Data.DataRow Row { get; }
member this.Row : System.Data.DataRow
Public ReadOnly Property Row As DataRow

プロパティ値

値が変化する列の DataRow

適用対象

こちらもご覧ください