StructuralObject.OnPropertyChanging Method (String)
Raises the PropertyChanging event.
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.