IdxTreeOwner.TreeNotification(TdxTreeCustomNode,TdxTreeNodeNotifications) Method
Notifies an owning control that changes have been made to a node.
Declaration
procedure TreeNotification(ASender: TdxTreeCustomNode; ANotification: TdxTreeNodeNotifications);
Parameters
| Name | Type |
|---|---|
| ASender | TdxTreeCustomNode |
| ANotification | TdxTreeNodeNotifications |
Remarks
In the base implementation, the method is called by the node’s Notify method.
Values include:
| Value | Meaning |
|---|---|
| tnStructure | Node layout modifications. |
| tnData | Node content modifications. |
ASender specifies the modified node.
ANotification specifies the type of modifications.
See Also