AdvListBox onChange event

Hi to all,
there's an event like onchange in advlist box?

What i need is, when use keyboard, change a label caption to current itemindex text.
As work around i'm using listkeyup and it show the last itemindex position (text) but is not the target.

Thank's for reply

Best regard

Daniele

OnListClick will be triggered when the selected item changes. From this event, get the selected item with AdvListBox.ItemIndex

Thank's for reply Bruno ...