Events for cWebMultiSelectList

View event list in hierarchical order

NameDescriptionDefining Class
Construct_ObjectObject constructor. Initializes the object during object creation in class definitionscObject
Destroy_ObjectSent when an object is about to be destroyedcObject
End_Construct_ObjectEnd of object constructor.cObject
OnBlurFires when a control loses the focuscWebBaseControl
OnCallEndCalled at the end of a webapp client callcWebObject
OnChangeCurrentRowCalled when when the client navigates the focus from one row to anothercWebList
OnCloseModalDialogSent by a modal dialog to its invoking object when the dialog closescWebBaseUIObject
OnColumnLayoutChangedCalled when the user changes the layout (resizes / drags or hides a column)cWebList
OnCreateDefaultHeaderMenuFires once at design-time to initialize a default WebContextMenucWebList
OnDefineRowCssClassCan be implemented to assign custom CSS class names to individual rowscWebList
OnDeleteRowTriggered by Request_DeletecWebList
OnDeSelectAllRowsSent to the server when the column's pbServerOnSelectRow property is True and the user selects a row
OnDeSelectRowSent to the server when the column's pbServerOnSelectRow property is True and the user selects a row
OnFocusFires when a control gains the focuscWebBaseControl
OnGetNavigateBackDataCalled during a NavigateClose operation, used to pass data back for a non-relational lookup in a mobile web application (drilldown interface)cWebObject
OnGetNavigateForwardDataCan be used by the developer to customize the data in tWebNavigateData during forward navigation in a mobile web application (drilldown interface)cWebObject
OnGroupConfigChangedEvent indicating that the user changed the grouping configurationcWebList
OnLoadCalled for each cWebObject during LoadView or LoadWebAppcWebObject
OnManualLoadDataAllows for manual loading of grid row datacWebList
OnMultipleRowsDeletionErrorTriggered when DeleteListSelection or RequestDeleteExec fails to delete one or more records from the database
OnNavigateBackSent to the object that invoked the view that is being closed in a mobile web application (drilldown interface)cWebObject
OnProcessDataSetFires when grid data is returned from ProcessDataSetcWebList
OnRowClickCalled when a row is clicked within the listcWebList
OnSearch
OnSelectAllRowsSent to the server when the column's pbServerOnSelectRow property is True and the user selects a row
OnSelectRowSent to the server when the column's pbServerOnSelectRow property is True and the user selects a row
RefreshCalled by the DDO for any database requests being done on the DDO