Click or drag to resize

ReferencedElementEntityChanged Event

Raised when a value inside the entity this referenced entity is referencing has been changed. This event contains the information about the particular change.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public event EventHandler<ElementChangedEventArgs<GroupableModelElementChangeType, EntityDefinition>> EntityChanged

Value

Type: SystemEventHandlerElementChangedEventArgsGroupableModelElementChangeType, EntityDefinition
See Also