Click or drag to resize
TypedListDefinition.OnEdgeAdded 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.3.0.0 (5.3.0)
Syntax
protected override void OnEdgeAdded(
	TypedListRelationshipEdge edgeAdded
)

Parameters

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