SelectableChipGroup Events
A base class for chip groups that allow users to select (check) single or multiple chips.
Name | Description |
---|---|
Chip |
Fires when a user double-taps a chip in this group.
Inherited from Chip |
Chip |
Fires before a chip is generated based on the bound view model and allows you to customize the chip.
Inherited from Chip |
Chip |
Fires when a user taps and holds a chip in this group.
Inherited from Chip |
Chip |
Fires when a user clicks the Remove icon in a chip in this group.
Inherited from Chip |
Chip |
Fires when a user taps a chip in this group.
Inherited from Chip |
Selection |
Fires when a user (un)selects a chip in this group. |
See Also