| Name | Description |
|---|---|
| OnDeSelectAllRows | Sent to the server when the column's pbServerOnSelectRow property is True and the user selects a row |
| OnDeSelectRow | Sent to the server when the column's pbServerOnSelectRow property is True and the user selects a row |
| OnMultipleRowsDeletionError | Triggered when DeleteListSelection or RequestDeleteExec fails to delete one or more records from the database |
| OnSearch | |
| OnSelectAllRows | Sent to the server when the column's pbServerOnSelectRow property is True and the user selects a row |
| OnSelectRow | Sent to the server when the column's pbServerOnSelectRow property is True and the user selects a row |
| Refresh | Called by the DDO for any database requests being done on the DDO |
Inherited Events from cWebList | |
| OnChangeCurrentRow | Called when when the client navigates the focus from one row to another |
| OnColumnLayoutChanged | Called when the user changes the layout (resizes / drags or hides a column) |
| OnCreateDefaultHeaderMenu | Fires once at design-time to initialize a default WebContextMenu |
| OnDefineRowCssClass | Can be implemented to assign custom CSS class names to individual rows |
| OnDeleteRow | Triggered by Request_Delete |
| OnGroupConfigChanged | Event indicating that the user changed the grouping configuration |
| OnGroupHeaderToggle | |
| OnManualLoadData | Allows for manual loading of grid row data |
| OnProcessDataSet | Fires when grid data is returned from ProcessDataSet |
| OnRowClick | Called when a row is clicked within the list |
Inherited Events from cWebBaseControl | |
| OnBlur | Fires when a control loses the focus |
| OnFocus | Fires when a control gains the focus |
Inherited Events from cWebBaseUIObject | |
| OnCloseModalDialog | Sent by a modal dialog to its invoking object when the dialog closes |
Inherited Events from cWebObject | |
| OnCallEnd | Called at the end of a webapp client call |
| OnGetNavigateBackData | Called during a NavigateClose operation, used to pass data back for a non-relational lookup in a mobile web application (drilldown interface) |
| OnGetNavigateForwardData | Can be used by the developer to customize the data in tWebNavigateData during forward navigation in a mobile web application (drilldown interface) |
| OnLoad | Called for each cWebObject during LoadView or LoadWebApp |
| OnNavigateBack | Sent to the object that invoked the view that is being closed in a mobile web application (drilldown interface) |
Inherited Events from cObject | |
| Construct_Object | Object constructor. Initializes the object during object creation in class definitions |
| Destroy_Object | Sent when an object is about to be destroyed |
| End_Construct_Object | End of object constructor. |