Skip to main content

TcxCustomTreeList.OnChange Event

Enables you to respond to changes made in a tree list.

Declaration

property OnChange: TNotifyEvent read; write;

Remarks

Fires every time, after a tree list has been updated (for instance, when cell selection changes occur within the focused row).

This event fires after an update, following the interval specified by the tree list’s OptionsBehavior.ChangeDelay property.

Sender specifies the tree list.

See Also