Events for cWebList

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 another
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)
OnCreateDefaultHeaderMenuFires once at design-time to initialize a default WebContextMenu
OnDefineRowCssClassCan be implemented to assign custom CSS class names to individual rows
OnDeleteRowTriggered by Request_Delete
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 configuration
OnLoadCalled for each cWebObject during LoadView or LoadWebAppcWebObject
OnManualLoadDataAllows for manual loading of grid row data
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 ProcessDataSet
OnRowClickCalled when a row is clicked within the list
OnSearchPerforms a search on an automatic data-aware list
RefreshEvent sent from a DataDictionary object, which is used to synchronize the object's data with the DDO