Executed when the managed nodes are initialized.
The initial index of the nodes.
The initialized nodes.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.HierarchicalData.Core (in DlhSoft.HierarchicalData.Core.dll)
Syntax
| C# |
|---|
protected override void OnInitializeEntitiesCompleting( int index, IEnumerable<Entity> entities ) |
| Visual Basic (Declaration) |
|---|
Protected Overrides Sub OnInitializeEntitiesCompleting ( _ index As Integer, _ entities As IEnumerable(Of Entity) _ ) |
Parameters
- index
- Type: System..::.Int32
- entities
- Type: System.Collections.Generic..::.IEnumerable<(Of <(Entity>)>)