This documentation is archived and is not being maintained.

EntityClassGenerator.OnTypeGenerated Event

Occurs when type information has changed.

Namespace:  System.Data.Entity.Design
Assembly:  System.Data.Entity.Design (in System.Data.Entity.Design.dll)

'Declaration
Public Event OnTypeGenerated As TypeGeneratedEventHandler
'Usage
Dim instance As EntityClassGenerator 
Dim handler As TypeGeneratedEventHandler 

AddHandler instance.OnTypeGenerated, handler

Raising an event invokes the event handler through a delegate. For more information, see Raising an Event.

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5 SP1
Show: