TInspectorBar detect user changing field

I'm using a TInspectorBar, panels style psproperties (i.e. so as to work like Delphi's Object Inspector). I've looked at the list of events but cannot obviously see how to detect when a user changes focus from one field to another. Am I missing something? 


Thanks

-- 
Tony Bryer, Greentram Software, Melbourne, Australia

OnEditStop would be triggered to signal that editing of one property ends and OnEditStart would be triggered to signal the start of editing another property.

Thanks Bruno