Click or drag to resize

MappingDataStore.GroupableModelElementMappingAdded 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.7.0.0 (5.7.0)
Syntax
public event EventHandler<ProjectElementAddedRemovedEventArgs<GroupableModelElementMapping>> GroupableModelElementMappingAdded

Value

Type: System.EventHandler<ProjectElementAddedRemovedEventArgs<GroupableModelElementMapping>>
See Also