DataColumnChangeEventArgs.Row 属性

定义

获取带有可变值的列的 DataRowGets the DataRow of the column with a changing value.

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

带有可变值的列的 DataRowThe DataRow of the column with a changing value.

适用于

另请参阅