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

Value

Type: SystemEventHandlerElementChangedEventArgsGroupableModelElementChangeType, ValueTypeDefinition
See Also