Click or drag to resize

GroupableModelElementMappingDetailedElementChanged Event

Raised when the implementing object's data changed. What has changed is enclosed in the event arguments. Similar event as INotifyAsChanged.ElementChanged however this variant has detailed information about which change took place.

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<ElementChangedEventArgs<GroupableModelElementMappingChangeType, GroupableModelElementMapping>> DetailedElementChanged

Value

Type: SystemEventHandlerElementChangedEventArgsGroupableModelElementMappingChangeType, GroupableModelElementMapping

Implements

IDetailedNotifyElementChangedTChangeType, TElementDetailedElementChanged
See Also