Notifies that initialization of the entity manager is completed and binds the entity collection to the specified data objects that are to be managed.

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

Syntax

C#
protected virtual void OnInitialized(
	EventArgs e
)
Visual Basic (Declaration)
Protected Overridable Sub OnInitialized ( _
	e As EventArgs _
)

Parameters

e
Type: System..::.EventArgs

See Also