Back to Devexpress

TreeNodeExpandButton Events

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

latest6.7 KB
Original Source

TreeNodeExpandButton Events

An expand button displayed within a TreeNode.

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.
CheckedChangedFires after the IsChecked property is changed. Inherited from DXToggleButton.
CheckedChangingFires when a user clicks the toggle button to change the IsChecked property. Inherited from DXToggleButton.
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.
ClickedFires when a user taps a DXButtonBase descendant. Inherited from DXButtonBase.
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.
SizeChangedOccurs when the size of an element changed. Inherited from VisualElement.
TapFires when a user taps a DXButtonBase descendant. This event allows you to pass additional event data. Inherited from DXButtonBase.
TapPressedFires when a user taps a DXButtonBase descendant and a finger is not released. Inherited from DXButtonBase.
TapReleasedFires when a user taps a DXButtonBase descendant and a finger is released. Inherited from DXButtonBase.
UnfocusedOccurs when this element is unfocused. Inherited from VisualElement.

See Also

TreeNodeExpandButton Class

TreeNodeExpandButton Members

DevExpress.Maui.TreeView Namespace