Back to Devexpress

DXTreeView Events

maui-devexpress-dot-maui-dot-treeview-dot-dxtreeview-dot-underscore-events.md

latest7.4 KB
Original Source

DXTreeView Events

Visualizes data in the hierarchical structure.

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.
CheckBoxStateChangedOccurs after a user changed the tree node checkbox state.
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.
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.
DoubleTapOccurs when a user taps a DXTreeView node twice.
FocusChangeRequestedOccurs when a focus change is requested. Inherited from VisualElement.
FocusedOccurs when this element is focused. Inherited from VisualElement.
LoadMoreOccurs when a user scrolls to the last node in the DXTreeView to load more nodes.
LongPressOccurs when a user taps and holds a node within the DXTreeView.
MeasureInvalidatedOccurs when the current measure of an element has been invalidated. Inherited from VisualElement.
NodeCollapsedOccurs after a node is collapsed.
NodeCollapsingOccurs before a node is collapsed.
NodeExpandedOccurs after a node is expanded.
NodeExpandingOccurs before a node is expanded.
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 DXTreeView down to refresh its content.
ScrolledFires after a scroll operation.
SelectedItemChangedFires when the selected item is changed.
SelectedItemChangingFires when a user attempts to select an item, but before selection changes.
SizeChangedOccurs when the size of an element changed. Inherited from VisualElement.
SwipeItemShowingFires when a swipe item is about to appear (a user swipes a node left or right). You can cancel the action.
SwipeItemTapFires when a user taps the swipe item.
TapOccurs when a user taps a DXTreeView descendant.
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.

See Also

DXTreeView Class

DXTreeView Members

DevExpress.Maui.TreeView Namespace