StructuralObject.OnPropertyChanging Method (String)

 

Raises the PropertyChanging event.

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

[SuppressMessageAttribute("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", 
	MessageId = "Property")]
protected virtual void OnPropertyChanging(
	string property
)

Parameters

property
Type: System.String

The name of the property changing.