ComplexObject.ReportPropertyChanging Method (String)

 

Notifies the change tracker that a property change is pending on a complex object.

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

protected override sealed void ReportPropertyChanging(
	string property
)

Parameters

property
Type: System.String

The name of the changing property.

Exception Condition
ArgumentNullException

property is null.