SpotlightQuery.Changed Event

This event is fired when the SpotlightQuery has either found more items, determined that some no longer match, or both. When doing the initial gathering, ItemsAdded() is not populated for speed reasons since it can be called frequently.

Syntax

Changed ( ItemsAdded(), ItemsChanged(), ItemsRemoved() )

Parameters

ItemsAdded()

SpotlightItem

ItemsChanged()

SpotlightItem

ItemsRemoved()

SpotlightItem