Executed when building a query to fetch result previews. This always receives {@link IBuildingResultPreviewsQueryEventArgs} as arguments.
Executed when a {@link Suggestion} is focused and waiting for search result previews. This always receives IPopulateSearchResultPreviewsEventArgs as arguments.
Executed when a {@link Suggestion} is focused before {@link PopulateSearchResultPreviews} is called to fetch more options. This always receives IUpdateResultPreviewsManagerOptionsEventArgs as arguments.
Those are the string definitions of events for ResultPreviewsManager.
Those events should be bound to the element returned by
resolveRoot
.