Click or drag to resize

ReferencedElement Events

The ReferencedElement type exposes the following members.

Events
  NameDescription
Public eventContainedStringPropertyChanged
Event which is raised when a string based member of this object has been changed. Which string based member and its old/new value is enclosed in the event args.
Public eventEntityChanged
Raised when a value inside the entity this referenced entity is referencing has been changed. This event contains the information about the particular change.
Public eventHasBeenChanged
Event which is raised when a contained element has been changed. For observers it's not important which one, they have to re-examine the path for their own requirements to see whether it's still valid.
Public eventHasBeenRemoved
Raised when the implementing element has been removed from its container
Public eventValueTypeChanged
Raised when a value inside the valuetype this referenced valuetype is referencing has been changed. This event contains the information about the particular change.
Top
See Also