ChoiceChipGroup Events
A chip group that allows users to select a single chip.| Name | Description |
|---|---|
| BatchCommitted | Occurs when a batch of property changes have been committed by calling BatchCommit(). Inherited from VisualElement. |
| BindingContextChanged | Occurs when the value of the BindingContext property changes. Inherited from BindableObject. |
| ChildAdded | Raised whenever a child element is added to the element. Inherited from Element. |
| ChildRemoved | Raised whenever a child element is removed from the element. Inherited from Element. |
| ChildrenReordered | Occurs when the order of this element’s children changes. Inherited from VisualElement. |
| 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. |
| DescendantAdded | Raised whenever a child element is added to the element’s subtree. Inherited from Element. |
| DescendantRemoved | Raised whenever a child element is removed from the elements subtree. Inherited from Element. |
| FocusChangeRequested | Occurs when a focus change is requested. Inherited from VisualElement. |
| Focused | Occurs when this element is focused. Inherited from VisualElement. |
| MeasureInvalidated | Occurs when the current measure of an element has been invalidated. Inherited from VisualElement. |
| PropertyChanged | Occurs when a property value changes. Inherited from BindableObject. |
| PropertyChanging | Occurs when a property value is changing. Inherited from BindableObject. |
| SelectionChanged | Fires when a user (un)selects a chip in this group. Inherited from SelectableChipGroup. |
| SizeChanged | Occurs when the size of an element changed. Inherited from VisualElement. |
| Unfocused | Occurs when this element is unfocused. Inherited from VisualElement. |
See Also