Catch event from wx.TextCompleterSimple choice made

Hello, I would like to complete a form data after the user has chosen something in a wx.TextControl with associated wx.TextCompleterSimple. It would be useful to manage an event when the dropdown list of the textctrl is dismissed but this event doesn’t seem available. Which approach would you recommend? (wxpy 4.07post2 on win10)

Marco

I don’t see anything in the code that seems applicable, so you’ll probably need to do it with EVT_KILL_FOCUS or EVT_TEXT or something.