ComponentOne DataObjects for .NET
ItemArray Property (RowChangeEventArgs)

C1.Data.2 Assembly > C1.Data Namespace > RowChangeEventArgs Class : ItemArray Property
For a deleted row, in BaseLogic.AfterDelete event, the array of field values in the row before the row was deleted. This property is not set in events other than AfterDelete. This property must be used in BaseLogic.AfterDelete event to access row values because they are not accessible through regular row properties after the row has been deleted.
Syntax
'Declaration
 
Public ReadOnly Property ItemArray As System.Object()
public System.object[] ItemArray {get;}
See Also

Reference

RowChangeEventArgs Class
RowChangeEventArgs Members
RowChangeEventHandler Delegate