Click or drag to resize
MappingDataStoreGroupableModelElementMappingAdded Event
Raised when a GroupableModelElement mapping was added to the Mappings store in a DatabaseMappingData store in this MappingDataStore. The DriverID of the enclosed GroupableModelElementMapping can be used to track back to the DatabaseMappingData store where the mapping is located.

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<ProjectElementAddedRemovedEventArgs<GroupableModelElementMapping>> GroupableModelElementMappingAdded

Value

Type: SystemEventHandlerProjectElementAddedRemovedEventArgsGroupableModelElementMapping
See Also