DataColumnChangeEventArgs.Row Vlastnost

Definice

Získá sloupec DataRow se změnou hodnoty.

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

Hodnota vlastnosti

Sloupec DataRow se měněnou hodnotou.

Platí pro

Viz také