ComponentOne DataObjects for .NET
RowChangeEventArgs Class Members
Properties 

C1.Data.2 Assembly > C1.Data Namespace : RowChangeEventArgs Class

The following tables list the members exposed by RowChangeEventArgs.

Public Properties
 NameDescription
Public PropertyThe action that has occurred.  
Public PropertyThe table object where the event has occurred.  
Public PropertyFor 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.  
Public PropertyFor events BaseLogic.BeforeEndEdit, BaseLogic.AfterEndEdit, this property indicates whether the row has been modified while it was in edit mode. This property is often needed in BaseLogic.BeforeEndEdit/ BaseLogic.AfterEndEdit because data-bound controls begin edit mode when they position on a row and end edit mode when they leave the row, even if no changes have been made to the row in the process.  
Public PropertyParent row.  
Public PropertyThe row where the event has occurred.  
Top
See Also

Reference

RowChangeEventArgs Class
C1.Data Namespace
RowChangeEventHandler Delegate