SpotlightQuery.Changed

From Xojo Documentation

Event


SpotlightQuery.Changed(ItemsAdded() as SpotlightItem,ItemsChanged() as SpotlightItem,ItemsRemoved() as SpotlightItem)

Supported for all project types and targets.

This event is fired when the SpotlightQuery has either found more items, determined that some no longer match, or both.

Notes

When doing the initial gathering, ItemsAdded() is not populated for speed reasons since it can be called frequently.