ChipGroup Events
A base class for chip groups.Name | Description |
---|---|
ChipDoubleTap | Fires when a user double-taps a chip in this group. |
ChipGeneration | Fires before a chip is generated based on the bound view model and allows you to customize the chip. |
ChipLongPress | Fires when a user taps and holds a chip in this group. |
ChipRemoveIconClicked | Fires when a user clicks the Remove icon in a chip in this group. |
ChipTap | Fires when a user taps a chip in this group. |
See Also