Back to Devexpress

TdxTreeViewControl Events

vcl-dxtreeview-dot-tdxtreeviewcontrol-dot-underscore-events.md

latest12.5 KB
Original Source

TdxTreeViewControl Events

A Tree View control.

NameDescription
OnAdditionAllows you to customize settings of a node when it is added to the Tree View. Inherited from TdxCustomTreeView.
OnAlignInsertBeforeInherited from TWinControl.
OnAlignPositionInherited from TWinControl.
OnCancelEditAllows you to perform specific actions every time the Tree View control discards user changes made in an in-place editor. Inherited from TdxCustomTreeView.
OnCanFocusNodeAllows you to prohibit users from focusing a node. Inherited from TdxCustomTreeView.
OnCanResizeInherited from TControl.
OnCanSelectNodeAllows you to prohibit users from selecting a tree node. Inherited from TdxCustomTreeView.
OnClickInherited from TControl.
OnCollapsedAllows you to respond to node collapse operations. Inherited from TdxCustomTreeView.
OnCollapsingAllows you to prohibit users from collapsing a node. Inherited from TdxCustomTreeView.
OnCompareAllows you to implement a custom node sorting. Inherited from TdxCustomTreeView.
OnConstrainedResizeInherited from TControl.
OnContextPopupInherited from TControl.
OnCustomDrawAllows you to override or complement the Tree View control’s draw routine. Inherited from TdxCustomTreeView.
OnCustomDrawNodeAllows you to override or complement the tree node draw routine. Inherited from TdxCustomTreeView.
OnDblClickInherited from TControl.
OnDeletionAllows you to perform specific actions every time a node is deleted. Inherited from TdxCustomTreeView.
OnDockDropInherited from TWinControl.
OnDockOverInherited from TWinControl.
OnDragDropInherited from TControl.
OnDragOverInherited from TControl.
OnEditedAllows you to perform specific actions when a user renames a node in an in-place editor. Inherited from TdxCustomTreeView.
OnEditingAllows you to prohibit users from opening a node caption’s in-place editor. Inherited from TdxCustomTreeView.
OnEndDockInherited from TControl.
OnEndDragInherited from TControl.
OnEnterInherited from TWinControl.
OnExitInherited from TWinControl.
OnExpandedAllows you to respond to a node expansion. Inherited from TdxCustomTreeView.
OnExpandingAllows you to prohibit users from expanding a node. Inherited from TdxCustomTreeView.
OnFocusChanged protectedInherited from TcxControl.
OnFocusedNodeChangedAllows you to perform specific actions when a node receives or loses focus. Inherited from TdxCustomTreeView.
OnGestureInherited from TControl.
OnGetChildren protectedAllows you to perform specific actions when the Tree View obtains a node‘s children during a node expand operation. Inherited from TdxCustomTreeView.
OnGetEditingTextAllows you to customize text displayed in an opened in-place editor. Inherited from TdxCustomTreeView.
OnGetImageIndexAllows you to specify an image for the node. Inherited from TdxCustomTreeView.
OnGetSelectedImageIndexAllows you to specify the image for the selected node. Inherited from TdxCustomTreeView.
OnGetSiteInfoInherited from TWinControl.
OnHintAllows you to show custom text in a node‘s hint. Inherited from TdxCustomTreeView.
OnKeyDownInherited from TWinControl.
OnKeyPressInherited from TWinControl.
OnKeyUpInherited from TWinControl.
OnMouseActivateInherited from TControl.
OnMouseDownInherited from TControl.
OnMouseEnterOccurs when the mouse pointer enters into the control. Inherited from TcxControl.
OnMouseLeaveOccurs when the mouse pointer leaves the control. Inherited from TcxControl.
OnMouseMoveInherited from TControl.
OnMouseUpInherited from TControl.
OnMouseWheelInherited from TControl.
OnMouseWheelDownInherited from TControl.
OnMouseWheelUpInherited from TControl.
OnNodeStateChangedAllows you to respond to a node‘s checkbox state change. Inherited from TdxCustomTreeView.
OnResizeInherited from TControl.
OnSelectionChangedAllows you to respond to the Tree View control’s selection changes. Inherited from TdxCustomTreeView.
OnStartDockInherited from TControl.
OnStartDragInherited from TControl.
OnUnDockInherited from TWinControl.

See Also

TdxTreeViewControl Class

TdxTreeViewControl Members

dxTreeView Unit