ComponentOne DataObjects for .NET
CurrentRowChangedEventArgs Class Members
Properties 

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

The following tables list the members exposed by CurrentRowChangedEventArgs.

Public Constructors
 NameDescription
Public Constructor  
Top
Public Properties
 NameDescription
Public PropertyIndicates a type of change occurred.  
Public PropertyReturns the CurrencyManager object that manages this rowset.  
Public PropertyFor C1DataSet rowsets, that is, when a C1DataSet component is specified as the DataSource value for a bound control, this property returns the DataMember value used to bind to this rowset. In other cases, the value is empty string.  
Public PropertyPosition of Row in the list.  
Public PropertyRow that became current, or null if there is no current row (empty rowset).  
Public PropertyName the of table on which the rowset is based.  
Public PropertyName of the table view on which the rowset is based. In C1DataView, if the rowset represents rows directly from a table, that is, when TableName property is used to define the rowset source, this property value is empty string.  
Top
See Also

Reference

CurrentRowChangedEventArgs Class
C1.Data Namespace
CurrentRowChangedEventHandler Delegate