For a list of all members of this type, see CurrentRowChangedEventArgs members.
Public Properties
| | Name | Description |
 | ChangeType | Indicates a type of change occurred. |
 | CurrencyManager | Returns the CurrencyManager object that manages this rowset. |
 | DataMember | For 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. |
 | Position | Position of Row in the list. |
 | Row | Row that became current, or null if there is no current row (empty rowset). |
 | TableName | Name the of table on which the rowset is based. |
 | TableViewName | Name 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