View event list in alphabetical order.
| Name |
Description |
Defining Class |
| OnElemClick |
Called when a specific element is clicked within the list This event is called when an element is clicked within a row that has the data-ServerOnElemClick attribute set on it. |
cWebHtmlList |
Inherited Events from cWebList
| Name |
Description |
Defining Class |
| OnChangeCurrentRow |
Called when when the client navigates the focus from one row to another Called when the client navigates and the focus moves from one row to another. |
cWebList |
| OnColumnLayoutChanged |
Called when the user changes the layout (resizes / drags or hides a column) Called when the user changes the layout (resizes / drags or hides a column). |
cWebList |
| OnCreateDefaultHeaderMenu |
Fires once at design-time to initialize a default WebContextMenu Fires once at design-time to initialize a default WebContextMenu. |
cWebList |
| OnDefineRowCssClass |
Can be implemented to assign custom CSS class names to individual rows It is possible to assign custom CSS classnames to individual rows. |
cWebList |
| OnDeleteRow |
Triggered by Request_Delete The OnDeleteRow event is triggered when the grid receives a Request_Delete. |
cWebList |
| OnGroupConfigChanged |
Event indicating that the user changed the grouping configuration Event indicating that the user changed the grouping configuration. |
cWebList |
| OnGroupHeaderToggle |
|
cWebList |
| OnManualLoadData |
Allows for manual loading of grid row data The OnManualLoadData event is used to populate a grid or list with data. |
cWebList |
| OnProcessDataSet |
Fires when grid data is returned from ProcessDataSet Fires when the grid data is returned from ProcessDataSet. |
cWebList |
| OnRowClick |
Called when a row is clicked within the list This event procedure is called when a row is clicked within the list and pbServerOnRowClick is True. |
cWebList |
| OnSearch |
Performs a search on an automatic data-aware list |
cWebList |
| Refresh |
Event sent from a DataDictionary object, which is used to synchronize the object's data with the DDO |
cWebList |
| Name |
Description |
Defining Class |
| OnBlur |
Fires when a control loses the focus OnBlur is an event that triggers when the application user tabs or clicks away from a control that has the focus. |
cWebBaseControl |
| OnFocus |
Fires when a control gains the focus OnFocus is an event that triggers when the application user tabs into or clicks on a control to give it the focus. |
cWebBaseControl |
| Name |
Description |
Defining Class |
| Refresh |
Event sent from a DataDictionary object, which is used to synchronize the object's data with the DDO |
cWebBaseDEOServer |
| Name |
Description |
Defining Class |
| AllowServerAction |
Provides a basic hook for controlling server actions based on user rights Before a published function or procedure is called (from the client), AllowServerAction is called. |
cWebBaseUIObject |
| OnCloseModalDialog |
Sent by a modal dialog to its invoking object when the dialog closes |
cWebBaseUIObject |
Inherited Events from cWebObject
Inherited Events from cObject