Event XbpListBox():itemMarked Foundation

An item has been marked or the selection marking of an item has been removed.

Syntax
:itemMarked := {| uNIL1, uNIL2, self | ... }
:itemMarked () --> self
xbeLB_ItemMarked (1048848)
Return

This method returns the object executing the method (self).

Description

In the "single selection" operating mode, the xbeLB_ItemMarked event is generated each time a new item is selected (each time the user navigates within the list using cursor keys or clicking the left mouse button). In "multiple selection" mode, this event is also generated when the existing selection of an item is removed. In other words, it is generated each time the selection marking of any item changes.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.