Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

EntityClassGenerator::OnPropertyGenerated Event

 

Occurs when a property has changed.

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

public:
event PropertyGeneratedEventHandler^ OnPropertyGenerated {
	void add(PropertyGeneratedEventHandler^ value);
	void remove(PropertyGeneratedEventHandler^ value);
}

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

.NET Framework
Available since 3.5
Return to top
Show:
© 2017 Microsoft