StructuralObject.OnPropertyChanged Method (String)
Raises the PropertyChanged event.
Assembly: EntityFramework (in EntityFramework.dll)
[SuppressMessageAttribute("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId = "Property")] protected virtual void OnPropertyChanged( string property )
Parameters
- property
-
Type:
System.String
The name of the changed property.