asp.net.ph

DataColumnChangeEventArgs.Row Property

System.Data Namespace   DataColumnChangeEventArgs Class


Returns the DataRow of the column whose value is changing.

[ VB ]
Public ReadOnly Property Row As DataRow

[ C# ]
public DataRow Row {get;}

[ C++ ]
public: __property DataRow* get_Row ( );

[ JScript ]
public function get Row ( ) : DataRow;
See Also

DataColumnChangeEventArgs Members   DataColumn   DataColumnChangeEventHandler   DataTable Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note