Click or drag to resize

InheritanceHierarchyViewHandleEdgeRemovedFromMainGraph Method

Handles the event that an edge was removed from the main graph.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
protected override void HandleEdgeRemovedFromMainGraph(
	InheritanceEdge edgeRemoved
)

Parameters

edgeRemoved
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelInheritanceEdge
The edge removed.
See Also