The C1WebExpressTable type exposes the following members.

Events

  NameDescription
Public eventAfterAddNew
Fired after a new (empty) row is added.
Public eventAfterBeginEdit
Fired when the user starts editing a row, after the row enters edit mode.
Public eventAfterCancelEdit
Fired when the user cancels editing a row, after reverting the changes made to the row.
Public eventAfterChanges
Fired when all changes initiated by a field change are done and handled by the business logic code.
Public eventAfterDelete
Fired after a row has been deleted.
Public eventAfterEndAddNew
Fired after a newly added row becomes a regular row in the rowset, that is, when its primary key and other required (AllowDbNull()()()()=false) fields are specified.
Public eventAfterEndEdit
Fired when the user finishes editing a row, after the row leaves edit mode.
Public eventAfterFieldChange
Fired after a field value is set.
Public eventAfterFill
Fired after the table has been filled with data.
Public eventAfterFirstChange
Fired after first change is made to a row (a field value changes) after the row last entered edit mode.
Public eventAfterGenerateSql
Fired after generating the SQL SELECT statement for fetching table data from the database.
Public eventAfterUpdateRow
Fired after modifications made to a row are committed to the database.
Public eventAsyncFetchComplete
Fired in DataAccessMode = VirtualAutomatic, when all rows are fetched.
Public eventBeforeAddNew
Fired before a new (empty) row is added.
Public eventBeforeBeginEdit
Fired when the user starts editing a row, before the row enters edit mode.
Public eventBeforeCancelEdit
Fired when the user cancels editing a row, before reverting the changes made to the row.
Public eventBeforeDelete
Fired before a row is deleted.
Public eventBeforeEndAddNew
Fired before a newly added row becomes a regular row in the rowset, that is, when its primary key and other required (AllowDbNull()()()()=false) fields are specified.
Public eventBeforeEndEdit
Fired when the user finishes editing a row, before the row leaves edit mode.
Public eventBeforeFieldChange
Fired before a field value is set.
Public eventBeforeFill
Fired before the table is filled with data.
Public eventBeforeFirstChange
Fired before first change is made to a row (a field value changes) after the row last entered edit mode.
Public eventBeforeGenerateSql
Fired before generating the SQL SELECT statement for fetching table data from the database.
Public eventBeforeUpdateRow
Fired before modifications made to a row are committed to the database.
Public eventDataBinding
Occurs when the server control binds to a data source.
(Inherited from Control.)
Public eventDisposed
Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested.
(Inherited from Control.)
Public eventInit
Occurs when the server control is initialized, which is the first step in its lifecycle.
(Inherited from Control.)
Public eventLoad
Occurs when the server control is loaded into the Page object.
(Inherited from Control.)
Public eventPreRender
Occurs after the Control object is loaded but prior to rendering.
(Inherited from Control.)
Public eventUnload
Occurs when the server control is unloaded from memory.
(Inherited from Control.)
Public eventUpdateError
Fired when errors occur in an attempt to update the database when the end user leaves a modified row.

See Also