DataObjectChildrenChanged(DataObjectChangeEventHandler(sender:Object, e:DataObjectChangedEventArgs):Void)
Is generated if the structure of the directly subordinate data objects has been changed.
All changes carried out to the structure of the directly subordinate data objects of a data object generate this event.
Changes to the structure are
- The creating of a data object,
- The deleting of a data object,
- The sorting of a data object in the position,
- The moving of a subordinate data object into or from a level.
This event is suitable for the updating of representations illustrating the data structure.