TdxCustomTreeView.OnAddition Event
In This Article
Allows you to customize settings of a node when it is added to the Tree View.
#Declaration
Delphi
property OnAddition: TdxTreeViewNodeEvent read; write;
#Remarks
This event occurs every time a node is added to the Tree View.
Refer to the TdxTreeViewNodeEvent type description for an OnAddition event handler example and information on available options.
See Also