Delegate GetKeywordsHandler
Namespace: Unity.QuickSearch
Syntax
public delegate void GetKeywordsHandler(SearchContext context, string lastToken, List<string> keywords);
Parameters
| Type | Name | Description |
|---|---|---|
| SearchContext | context | |
| System.String | lastToken | |
| System.Collections.Generic.List<System.String> | keywords |