ComponentOne DataObjects for .NET
BaseDataTableSource Class Events

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

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

Public Events
 NameDescription
Public EventFired after a new (empty) row is added.  
Public EventFired when the user starts editing a row, after the row enters edit mode.  
Public EventFired when the user cancels editing a row, after reverting the changes made to the row.  
Public EventFired when all changes initiated by a field change are done and handled by the business logic code.  
Public EventFired after a row has been deleted.  
Public EventFired after a newly added row becomes a regular row in the rowset, that is, when its primary key and other required (C1.Data.SchemaObjects.Field.AllowDbNull=false) fields are specified.  
Public EventFired when the user finishes editing a row, after the row leaves edit mode.  
Public EventFired after a field value is set.  
Public EventFired after first change is made to a row (a field value changes) after the row last entered edit mode.  
Public EventFired in TableView.DataAccessMode = VirtualAutomatic, when all rows are fetched.  
Public EventFired before a new (empty) row is added.  
Public EventFired when the user starts editing a row, before the row enters edit mode.  
Public EventFired when the user cancels editing a row, before reverting the changes made to the row.  
Public EventFired before a row is deleted.  
Public EventFired before a newly added row becomes a regular row in the rowset, that is, when its primary key and other required (C1.Data.SchemaObjects.Field.AllowDbNull=false) fields are specified.  
Public EventFired when the user finishes editing a row, before the row leaves edit mode.  
Public EventFired before a field value is set.  
Public EventFired before first change is made to a row (a field value changes) after the row last entered edit mode.  
Public EventFired when there are changes in the current row, whatever their cause, resulting from field change, current row change or complete data refresh. (Inherited from C1.Data.BaseDataSourceComponent)
Public Event (Inherited from System.ComponentModel.Component)
Public EventFired when controls bound to this component change their current row position. (Inherited from C1.Data.BaseDataSourceComponent)
Top
See Also

Reference

BaseDataTableSource Class
C1.Data Namespace