Back to Devexpress

SelectableChipGroup Events

maui-devexpress-dot-maui-dot-editors-dot-selectablechipgroup-dot-underscore-events.md

latest6.4 KB
Original Source

SelectableChipGroup Events

A base class for chip groups that allow users to select (check) single or multiple chips.

NameDescription
BatchCommittedOccurs when a batch of property changes have been committed by calling BatchCommit(). Inherited from VisualElement.
BindingContextChangedOccurs when the value of the BindingContext property changes. Inherited from BindableObject.
ChildAddedRaised whenever a child element is added to the element. Inherited from Element.
ChildRemovedRaised whenever a child element is removed from the element. Inherited from Element.
ChildrenReorderedOccurs when the order of this element’s children changes. Inherited from VisualElement.
ChipDoubleTapFires when a user double-taps a chip in this group. Inherited from ChipGroup.
ChipGenerationFires before a chip is generated based on the bound view model and allows you to customize the chip. Inherited from ChipGroup.
ChipLongPressFires when a user taps and holds a chip in this group. Inherited from ChipGroup.
ChipRemoveIconClickedFires when a user clicks the Remove icon in a chip in this group. Inherited from ChipGroup.
ChipTapFires when a user taps a chip in this group. Inherited from ChipGroup.
DescendantAddedRaised whenever a child element is added to the element’s subtree. Inherited from Element.
DescendantRemovedRaised whenever a child element is removed from the elements subtree. Inherited from Element.
FocusChangeRequestedOccurs when a focus change is requested. Inherited from VisualElement.
FocusedOccurs when this element is focused. Inherited from VisualElement.
MeasureInvalidatedOccurs when the current measure of an element has been invalidated. Inherited from VisualElement.
PropertyChangedOccurs when a property value changes. Inherited from BindableObject.
PropertyChangingOccurs when a property value is changing. Inherited from BindableObject.
SelectionChangedFires when a user (un)selects a chip in this group.
SizeChangedOccurs when the size of an element changed. Inherited from VisualElement.
UnfocusedOccurs when this element is unfocused. Inherited from VisualElement.

See Also

SelectableChipGroup Class

SelectableChipGroup Members

DevExpress.Maui.Editors Namespace