Click or drag to resize

ReferencedElementValueTypeChanged Event

Raised when a value inside the valuetype this referenced valuetype 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.9.0.0 (5.9.0)
Syntax
public event EventHandler<ElementChangedEventArgs<GroupableModelElementChangeType, ValueTypeDefinition>> ValueTypeChanged

Value

Type: SystemEventHandlerElementChangedEventArgsGroupableModelElementChangeType, ValueTypeDefinition
See Also