Click or drag to resize

NGTreeNodeLoadChildren Method

Invoked when the child items need to be loaded on demand. Subclasses can override this to populate the Children collection.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual void LoadChildren()
See Also