SpotlightQuery.Completed event
From Xojo Documentation
Event
Fired when the SpotLightQuery has finished gathering the initial items.
Notes
Call the Stop method inside this event if you would not like to know when new documents match the query. If you don't call Stop, the Changed event will fire if items no longer match or new items match the query.