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.8.0.0 (5.8.21.0208)
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