Back to Devexpress

DXCollectionView Events

maui-devexpress-dot-maui-dot-collectionview-dot-dxcollectionview-dot-underscore-events.md

latest8.4 KB
Original Source

DXCollectionView Events

A collection view.

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.
CompleteItemDragDropOccurs after a drag-and-drop operation is completed.
CreateDetailFormViewModelOccurs before the detail view or edit form is invoked.
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.
DetailFormShowingOccurs before the DXCollectionView invokes a detail form.
DoubleTapOccurs when a user taps a collection view item twice.
DragItemOccurs when a user taps and holds an item to drag it.
DragItemOverOccurs each time an item is dragged over another item.
DropItemOccurs when a user drops an item.
FilteringUIFormShowingOccurs before the filter form is invoked and allows you to customize its options.
FocusChangeRequestedOccurs when a focus change is requested. Inherited from VisualElement.
FocusedOccurs when this element is focused. Inherited from VisualElement.
GroupCollapsedOccurs after a group of items has been collapsed.
GroupCollapsingOccurs before a group of items is collapsed.
GroupExpandedOccurs after a group of items has been expanded.
GroupExpandingOccurs before a group of items is expanded.
LoadMoreOccurs when a user scrolls to the last item in the CollectionView to load new data items.
LongPressOccurs when a user taps and holds an item within the collection view.
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.
PullToRefreshOccurs when a user pulls the CollectionView down to refresh its content.
ScrolledFires after a DXCollectionView is scrolled.
SelectionChangedOccurs when the item selection is changed.
SizeChangedOccurs when the size of an element changed. Inherited from VisualElement.
SwipeItemShowingFires when a swipe item is about to be shown when a user swipes a row from left to right or from right to left, and allows you to cancel the action.
TapOccurs when a user taps the view.
TapConfirmedOccurs when a single tap is confirmed (the wait for the second tap in a double-tap gesture timed out).
UnfocusedOccurs when this element is unfocused. Inherited from VisualElement.
ValidateAndSaveAllows you to validate data item values before they are committed to the data source.

See Also

DXCollectionView Class

DXCollectionView Members

DevExpress.Maui.CollectionView Namespace