In v9 GUI, I can stop validation happening when leaving a fill-in by checking what widget was entered with LAST-EVENT:WIDGET-ENTER, e.g. when a user hits the Cancel button.
What the equivalent in OEA and GUI for .NET? It probably depends on the control. I'm using an Infragistics text editor.
Solved: use the texteditor:Focused property, for some reason it wasn't listed in the pop up list and now it is!
I've found a proper answer.