Entity.IterateChildren Method

GeonBit.UI

EntityIterateChildren Method
Iterate over children and call 'callback' for every direct child of this entity.

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void IterateChildren(
	EventCallback callback
)

Parameters

callback
Type: GeonBit.UIEventCallback
Callback function to call with every child of this entity.
See Also