SpotlightQuery.Changed
From Xojo Documentation
Event
This event is only available on the macOS platform. For cross-platform compatibility, use #If...#Endif with the Target... specifiers to make sure you will not attempt to use this event on an incompatible platform. |
SpotlightQuery.Changed(ItemsAdded() as SpotlightItem,ItemsChanged() as SpotlightItem,ItemsRemoved() as SpotlightItem)
Supported for all project types and targets.
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.