Skip to main content

InputChipGroup Events

A chip group that allows users to input a new chip.
Name Description
ChipDoubleTap Fires when a user double-taps a chip in this group. Inherited from ChipGroup.
ChipGeneration Fires before a chip is generated based on the bound view model and allows you to customize the chip. Inherited from ChipGroup.
ChipLongPress Fires when a user taps and holds a chip in this group. Inherited from ChipGroup.
ChipRemoveIconClicked Fires when a user clicks the Remove icon in a chip in this group. Inherited from ChipGroup.
ChipTap Fires when a user taps a chip in this group. Inherited from ChipGroup.
Completed Fires when a user presses Enter in the editor and allows you to create a chip.
See Also