Event XbpSetting():selected Foundation

Toggle has been selected.

Syntax
:selected := {| xValue, uNIL, self | ... }
:selected ( xValue ) --> self
xbeP_Selected (1048912)
Parameters
<xValue>
<xValue> is the current value in the edit buffer of the XbpSetting object. This is the value stored when the callback method or code block is executed.
Return

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

Description

The xbeP_Selected event is generated after the XbpSetting object is selected by the user clicking the left mouse button, or using the space bar if the XbpSetting object has input focus. The value is changed in the edit buffer when this event occurs. Within the callback code block or the callback method, the current value in the edit buffer is usually retrieved using the method :getData(). If a data code block is contained in the instance variable :dataLink, it is executed.

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.