Delegate SelectVariantCallback
- Namespace
- Whim.CommandPalette
- Assembly
- Whim.CommandPalette.dll
Callback for when the user has selected from the available options.
All items are passed in, so that the callback can determine which items were selected.
public delegate void SelectVariantCallback(IEnumerable<SelectOption> allItems)
Parameters
allItems
IEnumerable<SelectOption>