Executed when the managed tasks are initialized.
The initial index of the tasks.
The initialized tasks.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.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>)>)