Click or drag to resize
ReferencedEntityEntityChanged 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.0.0.0 (5.0.0)
Syntax
public event EventHandler<ElementChangedEventArgs<GroupableModelElementChangeType, EntityDefinition>> EntityChanged

Value

Type: SystemEventHandlerElementChangedEventArgsGroupableModelElementChangeType, EntityDefinition
See Also