ComponentOne DataObjects for .NET
CurrentRowChangedEventArgs Class Properties

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

For a list of all members of this type, see CurrentRowChangedEventArgs members.

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