StructuralObject.OnPropertyChanged Method (String)

 

Raises the PropertyChanged event.

Namespace:   System.Data.Entity.Core.Objects.DataClasses
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.