Executed when the managed entities are initialized.
Inheriters may override this method to provide final property invalidation for the managed entities.
The initial index of the entities.
The initialized entities.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.Data.Core (in DlhSoft.Data.Core.dll)
Syntax
C# |
---|
protected virtual void OnInitializeEntitiesCompleting( int index, IEnumerable<Entity> entities ) |
Visual Basic (Declaration) |
---|
Protected Overridable Sub OnInitializeEntitiesCompleting ( _ index As Integer, _ entities As IEnumerable(Of Entity) _ ) |
Parameters
- index
- Type: System..::.Int32
- entities
- Type: System.Collections.Generic..::.IEnumerable<(Of <(Entity>)>)