Click or drag to resize
MappingDataStoreGroupableModelElementMappingChanged Event
Raised when a GroupableModelElement mapping in a DatabaseMappingData store in this MappingDataStore was changed. 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<ElementChangedEventArgs<GroupableModelElementMappingChangeType, GroupableModelElementMapping>> GroupableModelElementMappingChanged

Value

Type: SystemEventHandlerElementChangedEventArgsGroupableModelElementMappingChangeType, GroupableModelElementMapping
See Also