ListClick Events

Fired when the current selection in a list changes.


Syntax

Private Sub object_RLClick(ByVal RLIndex As Integer)
Private Sub object_LLClick(ByVal LLIndex As Integer)

The syntax of the ListClick events has these parts:

PartDescription
objectA DCombo control.
Index  The index of the item selected in the list.

Remarks

Use the LLClick event to change the contents of the right list.  Use the RLClick event to update other controls on a form to values retrieved from the selected item in the right list. 

Note:

This event is not fired if a user clicks the currently selected item.

Data Type

Integer