EntityChangedParams Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Encapsulates the arguments of a PropertyChanged delegate
public sealed class EntityChangedParams
type EntityChangedParams = class
Public NotInheritable Class EntityChangedParams
- Inheritance
-
EntityChangedParams
Properties
Context |
The context that is associated with the entity object that has changed. |
Entity |
The entity object that has changed. |
PropertyName |
The name of the property on the entity object that references the target object. |
PropertyValue |
The object that is currently referenced by the changed property on the entity object. |
SourceEntitySet |
The entity set of the source object. |
TargetEntitySet |
The entity set to which the target entity object belongs |