Events for cWebMultiSelectList

View event list in alphabetical order

NameDescription
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
OnMultipleRowsDeletionErrorTriggered when DeleteListSelection or RequestDeleteExec fails to delete one or more records from the database
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

Inherited Events from cWebList

OnChangeCurrentRowCalled when when the client navigates the focus from one row to another
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
OnGroupConfigChangedEvent indicating that the user changed the grouping configuration
OnManualLoadDataAllows for manual loading of grid row data
OnProcessDataSetFires when grid data is returned from ProcessDataSet
OnRowClickCalled when a row is clicked within the list

Inherited Events from cWebBaseControl

OnBlurFires when a control loses the focus
OnFocusFires when a control gains the focus

Inherited Events from cWebBaseUIObject

OnCloseModalDialogSent by a modal dialog to its invoking object when the dialog closes

Inherited Events from cWebObject

OnCallEndCalled at the end of a webapp client call
OnGetNavigateBackDataCalled during a NavigateClose operation, used to pass data back for a non-relational lookup in a mobile web application (drilldown interface)
OnGetNavigateForwardDataCan be used by the developer to customize the data in tWebNavigateData during forward navigation in a mobile web application (drilldown interface)
OnLoadCalled for each cWebObject during LoadView or LoadWebApp
OnNavigateBackSent to the object that invoked the view that is being closed in a mobile web application (drilldown interface)

Inherited Events from cObject

Construct_ObjectObject constructor. Initializes the object during object creation in class definitions
Destroy_ObjectSent when an object is about to be destroyed
End_Construct_ObjectEnd of object constructor.