Event XbpTreeView():itemSelected Foundation

An item is selected.

Syntax
:itemSelected := {| oItem, aRect, self | ... }
:itemSelected ( <oItem>, <aRect> ) --> self
xbeTV_ItemSelected (1049089)
Parameters
<oItem>
<oItem> is the selected XbpTreeViewItem object.
<aRect> := { nX1, nY1, nX2, nY2 }
<aRect> is an array with four elements. They contain the xy-coordinates for the lower left and upper right corner of <oItem>. The origin for the coordinates is the lower left corner of the XpbTreeView object.
Return

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

Description

The event xbeTV_ItemSelected is created after an item is selected. This occurs when an item is double clicked or by pressing the Return key.

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.