StructuralObject.ReportPropertyChanged Method (String)
Raises an event that is used to report that a property change has occurred.
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.