Click or drag to resize

TypedListDefinitionOnEdgeAdded Method

Called when an edge has been added

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel.TypedLists
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
protected override void OnEdgeAdded(
	TypedListRelationshipEdge edgeAdded
)

Parameters

edgeAdded
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModel.TypedListsTypedListRelationshipEdge
The edge added.
Remarks
Raises EdgeAdded
See Also