DVXP TEdit.NET 3.0

BeforeRowUpdateEventArgs.Row Property

The row that is about to be updated, added or deleted. Check the RowState property of the row to retrieve the type of updated. When validating, throw an exception if the row does not meet the validation criteria.

[Visual Basic]
Public ReadOnly Property Row As DataRow
[C#]
public System.Data.DataRow Row {get;}

See Also

BeforeRowUpdateEventArgs Class | DVXP.DXTableEditor Namespace