InputChipGroup Events
A chip group that allows users to input a new chip.
Name | Description |
---|---|
Batch |
Occurs when a batch of property changes have been committed by calling Batch |
Binding |
Occurs when the value of the Binding |
Child |
Raised whenever a child element is added to the element. Inherited from Element. |
Child |
Raised whenever a child element is removed from the element. Inherited from Element. |
Children |
Occurs when the order of this element’s children changes.
Inherited from Visual |
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 |
Completed | Fires when a user presses Enter in the editor and allows you to create a chip. |
Descendant |
Raised whenever a child element is added to the element’s subtree. Inherited from Element. |
Descendant |
Raised whenever a child element is removed from the elements subtree. Inherited from Element. |
Focus |
Occurs when a focus change is requested.
Inherited from Visual |
Focused |
Occurs when this element is focused.
Inherited from Visual |
Measure |
Occurs when the current measure of an element has been invalidated.
Inherited from Visual |
Property |
Occurs when a property value changes.
Inherited from Bindable |
Property |
Occurs when a property value is changing.
Inherited from Bindable |
Size |
Occurs when the size of an element changed.
Inherited from Visual |
Text |
Fires when text in the input chip group changes. |
Unfocused |
Occurs when this element is unfocused.
Inherited from Visual |