DataColumnChangeEventArgs.Row 属性
定义
获取带有可变值的列的 DataRow。Gets 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
带有可变值的列的 DataRow。The DataRow of the column with a changing value.
适用于
另请参阅