EntityObject.ReportPropertyChanged Method (String)

 

Notifies the change tracker that a property has changed.

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

protected override sealed void ReportPropertyChanged(
	string property
)

Parameters

property
Type: System.String

The name of the changed property.

Exception Condition
ArgumentNullException

property is null.