Click or drag to resize
ProjectControllerGroupableModelElementMappingChanged Event
Event which is raised when a GroupableModelElement mapping in a DatabaseMappingData store in a 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.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public event EventHandler<ElementChangedEventArgs<GroupableModelElementMappingChangeType, GroupableModelElementMapping>> GroupableModelElementMappingChanged

Value

Type: SystemEventHandlerElementChangedEventArgsGroupableModelElementMappingChangeType, GroupableModelElementMapping
See Also