StructuralObject.ReportPropertyChanged Method (String)

 

Raises an event that is used to report that a property change has occurred.

Namespace:   System.Data.Entity.Core.Objects.DataClasses
Assembly:  EntityFramework (in EntityFramework.dll)

[SuppressMessageAttribute("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", 
	MessageId = "Property")]
protected virtual void ReportPropertyChanged(
	string property
)

Parameters

property
Type: System.String

The name for the changed property.