Click or drag to resize
FieldMappingListFieldMappingInListChanged Event
Event which is raised when one of the entity field mappings inside this list has changed.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Mapping
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public event EventHandler<ElementInListChangedEventArgs<FieldMappingChangeType, FieldMapping>> FieldMappingInListChanged

Value

Type: SystemEventHandlerElementInListChangedEventArgsFieldMappingChangeType, FieldMapping
See Also