Executed after the managed entities are initialized. Inheriters may override this method to provide finalization for the managed entities.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.Data.Core (in DlhSoft.Data.Core.dll)

Syntax

C#
protected virtual void OnInitializeEntitiesCompleted()
Visual Basic (Declaration)
Protected Overridable Sub OnInitializeEntitiesCompleted

See Also