DataColumnChangeEventArgs.Row Property

Definition

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

Property Value

The DataRow of the column with a changing value.

Applies to

See also