Click or drag to resize

MappingDataStoreGroupableModelElementMappingRemoved Event

Raised when a GroupableModelElement mapping was removed from 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.8.0.0 (5.8.21.0208)
Syntax
public event EventHandler<ProjectElementAddedRemovedEventArgs<GroupableModelElementMapping>> GroupableModelElementMappingRemoved

Value

Type: SystemEventHandlerProjectElementAddedRemovedEventArgsGroupableModelElementMapping
See Also