Operation of which a component is notified.
type TOperation = (
opInsert,
A new component is being inserted in the child component list.
opRemove
A component is being removed from the child component list.
);