SpotlightQuery.Completed event

From Xojo Documentation

Event


SpotlightQuery.Completed()

Supported for all project types and targets.

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.